From 25e20240b1f3a8d89c0a884c9d521ee75696c0e9 Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Sun, 30 May 2010 17:12:50 +0000 Subject: Remove unused variables. Originally committed as revision 23389 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ivi_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/ivi_common.h') 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 -- cgit v1.2.3