Commit aa13db47 authored by maxim's avatar maxim

Remove unused variables.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e61a904
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment