summaryrefslogtreecommitdiff
path: root/vpxenc.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-10-01 12:17:37 -0700
committerDeb Mukherjee <debargha@google.com>2014-10-01 16:51:48 -0700
commita30774c50d2b1b626b05a99dcd29aa766f0b223b (patch)
tree37c7d40913ec6fd72079b18e5f3219f4c02d2f7d /vpxenc.h
parent30fbf23fdae441441bf5d6b71665a1b35560fbf8 (diff)
downloadlibvpx-a30774c50d2b1b626b05a99dcd29aa766f0b223b.tar
libvpx-a30774c50d2b1b626b05a99dcd29aa766f0b223b.tar.gz
libvpx-a30774c50d2b1b626b05a99dcd29aa766f0b223b.tar.bz2
libvpx-a30774c50d2b1b626b05a99dcd29aa766f0b223b.zip
Adds support of 440 content.
Adds enums and corresponding vpx level code. Change-Id: Ia402d47490a4466988d7edc6b7e3e5163f20a381
Diffstat (limited to 'vpxenc.h')
-rw-r--r--vpxenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpxenc.h b/vpxenc.h
index 3d6728e01..d867e9d95 100644
--- a/vpxenc.h
+++ b/vpxenc.h
@@ -26,6 +26,7 @@ typedef enum {
I420, // 4:2:0 8+ bit-depth
I422, // 4:2:2 8+ bit-depth
I444, // 4:4:4 8+ bit-depth
+ I440, // 4:4:0 8+ bit-depth
YV12, // 4:2:0 with uv flipped, only 8-bit depth
} ColorInputType;