diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-09 16:51:21 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-09 16:51:21 +0000 |
commit | 49186206eb7fccf54c2733209bc025051c16fb79 (patch) | |
tree | 005f85779d960eda48b42af3d6f9b368b9982938 /libavcodec/vc1.h | |
parent | 6dde9f8c2085c6eca253ca27190d4ae7e248bfc2 (diff) | |
download | ffmpeg-49186206eb7fccf54c2733209bc025051c16fb79.tar.gz |
Add refdist_flag to VC1Context.
Originally committed as revision 16504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 4cd7bb1912..212842a06f 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -180,6 +180,7 @@ typedef struct VC1Context{ int interlace; ///< Progressive/interlaced (RPTFTM syntax element) int tfcntrflag; ///< TFCNTR present int panscanflag; ///< NUMPANSCANWIN, TOPLEFT{X,Y}, BOTRIGHT{X,Y} present + int refdist_flag; ///< REFDIST syntax element present in II, IP, PI or PP field picture headers int extended_dmv; ///< Additional extended dmv range at P/B frame-level int color_prim; ///< 8bits, chroma coordinates of the color primaries int transfer_char; ///< 8bits, Opto-electronic transfer characteristics |