Remove old variable with the next major version bump.

Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-12-18 14:51:55 +00:00
parent 0c39c38b14
commit 3e0b7b5627

View File

@ -1274,8 +1274,10 @@ typedef struct AVCodecContext {
float dark_masking;
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
/* for binary compatibility */
int unused;
#endif
/**
* IDCT algorithm, see FF_IDCT_* below.