[Ffmpeg-cvslog] r6687 - trunk/libavformat/utils.c

michael subversion
Fri Oct 13 21:19:07 CEST 2006


Author: michael
Date: Fri Oct 13 21:19:07 2006
New Revision: 6687

Modified:
   trunk/libavformat/utils.c

Log:
10l CODEC vs. FORMAT


Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	(original)
+++ trunk/libavformat/utils.c	Fri Oct 13 21:19:07 2006
@@ -344,7 +344,7 @@
 
 static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options };
 
-#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)
+#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0)
 static
 #endif
 void avformat_get_context_defaults(AVFormatContext *s){




More information about the ffmpeg-cvslog mailing list