summaryrefslogtreecommitdiff
path: root/vpxenc.h
diff options
context:
space:
mode:
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 b780aedca..be54840f7 100644
--- a/vpxenc.h
+++ b/vpxenc.h
@@ -28,6 +28,7 @@ typedef enum {
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
+ NV12, // 4:2:0 with uv interleaved
} ColorInputType;
struct VpxInterface;