diff options
author | Alberto Delmás <adelmas@gmail.com> | 2012-08-24 17:45:57 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-08-31 07:37:16 +0200 |
commit | ee769c6a7c1d4ec6560f5e5a6f457b770b10fb33 (patch) | |
tree | c1a3fc95ccfc0d84bfa9edfa22adc85cdcdbd6da /libavcodec/vc1.h | |
parent | d96d6ba61888c6a97d9426ca80bf36f3812cac76 (diff) | |
download | ffmpeg-ee769c6a7c1d4ec6560f5e5a6f457b770b10fb33.tar.gz |
MSS2 decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index fe21f2f6b7..13011ae038 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -394,6 +394,8 @@ typedef struct VC1Context{ uint8_t broken_link; ///< Broken link flag (BROKEN_LINK syntax element) uint8_t closed_entry; ///< Closed entry point flag (CLOSED_ENTRY syntax element) + int end_mb_x; ///< Horizontal macroblock limit (used only by mss2) + int parse_only; ///< Context is used within parser int warn_interlaced; |