diff options
author | Maxim Poliakovski <max_pole@gmx.de> | 2010-05-30 17:12:50 +0000 |
---|---|---|
committer | Maxim Poliakovski <max_pole@gmx.de> | 2010-05-30 17:12:50 +0000 |
commit | 25e20240b1f3a8d89c0a884c9d521ee75696c0e9 (patch) | |
tree | 5a2b26bfe3e319e0b27d3843c8fd655cd4718d6d /libavcodec/ivi_common.h | |
parent | 21ae67900e64e2814d4d581fc56b0345096e445a (diff) | |
download | ffmpeg-25e20240b1f3a8d89c0a884c9d521ee75696c0e9.tar.gz |
Remove unused variables.
Originally committed as revision 23389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index db921548bc..bb2d4ed2ed 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -146,8 +146,6 @@ typedef struct { IVIHuffTab blk_vlc; ///< vlc table for decoding block data - uint16_t *dequant_intra; ///< ptr to dequant tables for intra blocks - uint16_t *dequant_inter; ///< ptr dequant tables for inter blocks int num_corr; ///< number of correction entries uint8_t corr[61*2]; ///< rvmap correction pairs int rvmap_sel; ///< rvmap table selector |