mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
automatically remove mess
Originally committed as revision 4529 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
30545b2f47
commit
a1043f9c50
@ -1885,7 +1885,9 @@ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user