[SCM] libav/experimental: 10l CODEC vs. FORMAT

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:52:15 UTC 2013


The following commit has been merged in the experimental branch:
commit 03bb9ae58c8fe4b7cb0bd478e48a436305ef2ebc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Oct 13 19:19:07 2006 +0000

    10l CODEC vs. FORMAT
    
    Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 74b9647..29b09cf 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -344,7 +344,7 @@ static const AVOption options[]={
 
 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){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list