[FFmpeg-soc] [soc]: r2134 - libavfilter/graphparser.c
vitor
subversion at mplayerhq.hu
Mon Apr 21 20:39:39 CEST 2008
Author: vitor
Date: Mon Apr 21 20:39:38 2008
New Revision: 2134
Log:
10l: Missed that in one of the last commits
Modified:
libavfilter/graphparser.c
Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c (original)
+++ libavfilter/graphparser.c Mon Apr 21 20:39:38 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-soc
mailing list