Commit 138fadff authored by michael's avatar michael

automatically remove mess


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a79ffd35
...@@ -1885,7 +1885,9 @@ typedef struct AVCodec { ...@@ -1885,7 +1885,9 @@ typedef struct AVCodec {
int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
uint8_t *buf, int buf_size); uint8_t *buf, int buf_size);
int capabilities; int capabilities;
#if LIBAVCODEC_VERSION_INT < ((50<<16)+(0<<8)+0)
void *dummy; // FIXME remove next time we break binary compatibility void *dummy; // FIXME remove next time we break binary compatibility
#endif
struct AVCodec *next; struct AVCodec *next;
void (*flush)(AVCodecContext *); void (*flush)(AVCodecContext *);
const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment