From 3e0b7b562700ea2d76b2641140957319c56b669a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 18 Dec 2007 14:51:55 +0000 Subject: [PATCH] Remove old variable with the next major version bump. Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 843eccfa9..4f5681bd6 100644 --- a/libavcodec/avcodec.h +++ b/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. -- 2.11.0