[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.413,1.414
Michael Niedermayer CVS
michael
Tue Aug 16 09:53:06 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv17871
Modified Files:
avcodec.h
Log Message:
automatically remove mess
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -d -r1.413 -r1.414
--- avcodec.h 15 Aug 2005 15:58:20 -0000 1.413
+++ avcodec.h 16 Aug 2005 07:53:03 -0000 1.414
@@ -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}
More information about the ffmpeg-cvslog
mailing list