[FFmpeg-cvslog] r13320 - trunk/libavfilter/graphparser.c

vitor subversion
Sat May 24 22:40:33 CEST 2008


Author: vitor
Date: Sat May 24 22:40:32 2008
New Revision: 13320

Log:
10l: Missed that in one of the last commits
Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:40:32 2008
@@ -38,7 +38,7 @@ static AVFilterContext *create_filter(AV
     snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
 
     if(!(filterdef = avfilter_get_by_name(name))) {
-        av_log(&log_ctx, AV_LOG_ERROR,
+        av_log(log_ctx, AV_LOG_ERROR,
                "no such filter: '%s'\n", name);
         return NULL;
     }




More information about the ffmpeg-cvslog mailing list