# HG changeset patch # User michael # Date 1124178783 0 # Node ID 5e0c3833d208af3f87d8c7dae4d506521113f5f6 # Parent 45ccf6842c34d7bfeeb89887e5eb45829afd9aec automatically remove mess diff -r 45ccf6842c34 -r 5e0c3833d208 avcodec.h --- a/avcodec.h Mon Aug 15 15:58:21 2005 +0000 +++ b/avcodec.h Tue Aug 16 07:53:03 2005 +0000 @@ -1885,7 +1885,9 @@ int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, uint8_t *buf, int buf_size); int capabilities; +#if LIBAVCODEC_VERSION_INT < ((50<<16)+(0<<8)+0) void *dummy; // FIXME remove next time we break binary compatibility +#endif struct AVCodec *next; void (*flush)(AVCodecContext *); const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}