mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
Remove unused variables.
Originally committed as revision 23389 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
21ae67900e
commit
25e20240b1
@ -146,8 +146,6 @@ typedef struct {
|
|||||||
|
|
||||||
IVIHuffTab blk_vlc; ///< vlc table for decoding block data
|
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
|
int num_corr; ///< number of correction entries
|
||||||
uint8_t corr[61*2]; ///< rvmap correction pairs
|
uint8_t corr[61*2]; ///< rvmap correction pairs
|
||||||
int rvmap_sel; ///< rvmap table selector
|
int rvmap_sel; ///< rvmap table selector
|
||||||
|
Loading…
Reference in New Issue
Block a user