summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-10-05 20:44:45 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-07 23:33:44 +0200
commit79cfb36f92bd8f6dcd456d00584d270b19004af3 (patch)
treeca2789e1bb85cd9fb1f01e82d4c09f8fb42ab450 /libavcodec/dnxhddata.h
parent4e7fa057d2ff025f87b08e31558e5f7a785d2eb1 (diff)
dnxhddata: introduce and use MBAFF flag
MBAFF-like handling of interlaced content in CID 1260 is different from the other CIDs, and in particular doesn't use the same syntax. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index e960fc9775..a1fcf06798 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -28,7 +28,8 @@
/** Additional profile info flags */
#define DNXHD_INTERLACED (1<<0)
-#define DNXHD_444 (1<<1)
+#define DNXHD_MBAFF (1<<1)
+#define DNXHD_444 (1<<2)
/** Indicate that a CIDEntry value must be read in the bitstream */
#define DNXHD_VARIABLE 0