summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-10-03 18:59:17 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-05 12:44:00 +0200
commit1f4ff53aea7c5090f31cd1323d95f7c407c9b2bb (patch)
treeb592d6bfe4bf300c943b7814b634d808000b4fd2 /libavcodec/dnxhddata.h
parent52256860d6e3eb003294659ae015cd1f1b3ffdfc (diff)
downloadffmpeg-streaming-1f4ff53aea7c5090f31cd1323d95f7c407c9b2bb.zip
ffmpeg-streaming-1f4ff53aea7c5090f31cd1323d95f7c407c9b2bb.tar.gz
dnxhddec: Introduce DNXHD_VARIABLE
Currently not used, but will be used to indicate that a CIDEntry field is not set, because it is variable, and that checks should be adapted. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index ade0b0b..e960fc9 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -30,6 +30,9 @@
#define DNXHD_INTERLACED (1<<0)
#define DNXHD_444 (1<<1)
+/** Indicate that a CIDEntry value must be read in the bitstream */
+#define DNXHD_VARIABLE 0
+
typedef struct CIDEntry {
int cid;
unsigned int width, height;
OpenPOWER on IntegriCloud