diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-18 14:51:55 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-18 14:51:55 +0000 |
commit | 3e0b7b562700ea2d76b2641140957319c56b669a (patch) | |
tree | b43de4078c11fb4a3e57577b5f40ff72cdc41070 /libavcodec/avcodec.h | |
parent | 0c39c38b1456d4a59c4982db74facaa1722edc18 (diff) | |
download | ffmpeg-3e0b7b562700ea2d76b2641140957319c56b669a.tar.gz |
Remove old variable with the next major version bump.
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 843eccfa94..4f5681bd69 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. |