# HG changeset patch # User michael # Date 1197989515 0 # Node ID aafba06538c298cb73e9ea6b8454b13e60b1ffbc # Parent bb4b486c67752157ec55b55bda7e94cae93ad9e8 Remove old variable with the next major version bump. diff -r bb4b486c6775 -r aafba06538c2 avcodec.h --- a/avcodec.h Tue Dec 18 13:52:07 2007 +0000 +++ b/avcodec.h Tue Dec 18 14:51:55 2007 +0000 @@ -1274,8 +1274,10 @@ float dark_masking; +#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) /* for binary compatibility */ int unused; +#endif /** * IDCT algorithm, see FF_IDCT_* below.