diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-25 02:31:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-25 13:51:44 +0200 |
commit | 32a6dfeb125d485c9667a052547935b1b1bd13ca (patch) | |
tree | a4167ac6e8c9a9c9941e8b1ff692c200fa03e71e /libavcodec/vc1.h | |
parent | 16cecf9c3de89600aa28852201da4e605cf796bf (diff) | |
download | ffmpeg-32a6dfeb125d485c9667a052547935b1b1bd13ca.tar.gz |
vc1dec: drop mv_f_last, simplify code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 9e2ec687ba..76982267f3 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -354,7 +354,6 @@ typedef struct VC1Context{ uint8_t zzi_8x8[64]; uint8_t *blk_mv_type_base, *blk_mv_type; ///< 0: frame MV, 1: field MV (interlaced frame) uint8_t *mv_f_base, *mv_f[2]; ///< 0: MV obtained from same field, 1: opposite field - uint8_t *mv_f_last_base, *mv_f_last[2]; uint8_t *mv_f_next_base, *mv_f_next[2]; int field_mode; ///< 1 for interlaced field pictures int fptype; |