Remove old variable with the next major version bump.

Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent 0c39c38b14
commit 3e0b7b5627
  1. 2
      libavcodec/avcodec.h

@ -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.

Loading…
Cancel
Save