summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-08-07 11:15:38 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-08-07 11:15:38 -0700
commita46817080494db8c47fea492f31f044cd584f464 (patch)
tree9f8377540b3dbf2a7137feaa7b0a6a2ae2f1c30a /vp9/common
parent4db5605bdbad9c480a20526c3f4b9f4ca64ba83d (diff)
parent09bf1d61caeeef3f646b34f428b01171cfe75126 (diff)
downloadlibvpx-a46817080494db8c47fea492f31f044cd584f464.tar
libvpx-a46817080494db8c47fea492f31f044cd584f464.tar.gz
libvpx-a46817080494db8c47fea492f31f044cd584f464.tar.bz2
libvpx-a46817080494db8c47fea492f31f044cd584f464.zip
Merge "Changes hdr for profiles > 1 for intraonly frames"
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_enums.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vp9/common/vp9_enums.h b/vp9/common/vp9_enums.h
index 0c2898d21..d77631341 100644
--- a/vp9/common/vp9_enums.h
+++ b/vp9/common/vp9_enums.h
@@ -27,10 +27,10 @@ extern "C" {
// Bitstream profiles indicated by 2-3 bits in the uncompressed header.
// 00: Profile 0. 8-bit 4:2:0 only.
-// 10: Profile 1. Adds 4:4:4, 4:2:2, and 4:4:0 to Profile 0.
-// 01: Profile 2. Supports 10-bit and 12-bit color only, with 4:2:0 sampling.
-// 110: Profile 3. Supports 10-bit and 12-bit color only, with 4:2:2/4:4:4/4:4:0
-// subsampling.
+// 10: Profile 1. 8-bit 4:4:4, 4:2:2, and 4:4:0.
+// 01: Profile 2. 10-bit and 12-bit color only, with 4:2:0 sampling.
+// 110: Profile 3. 10-bit and 12-bit color only, with 4:2:2/4:4:4/4:4:0
+// sampling.
// 111: Undefined profile.
typedef enum BITSTREAM_PROFILE {
PROFILE_0,