Commit 3e0b7b56 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove old variable with the next major version bump.

Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0c39c38b
...@@ -1274,8 +1274,10 @@ typedef struct AVCodecContext { ...@@ -1274,8 +1274,10 @@ typedef struct AVCodecContext {
float dark_masking; float dark_masking;
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
/* for binary compatibility */ /* for binary compatibility */
int unused; int unused;
#endif
/** /**
* IDCT algorithm, see FF_IDCT_* below. * IDCT algorithm, see FF_IDCT_* below.
......
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