[Ffmpeg-cvslog] r7257 - trunk/libavcodec/avcodec.h
mru
subversion
Fri Dec 8 01:42:55 CET 2006
Author: mru
Date: Fri Dec 8 01:42:55 2006
New Revision: 7257
Modified:
trunk/libavcodec/avcodec.h
Log:
lavc is at major version 51, delete old stuff
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Fri Dec 8 01:42:55 2006
@@ -2084,9 +2084,6 @@
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