diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index cbd31d66f3076384dd50ccfe498995107b4e4d00..33bf2d38605ea8aea53e8d4aad0bdfdd3b9eef94 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2084,9 +2084,6 @@ typedef struct AVCodec { 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}