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

stefano subversion
Fri Jan 14 21:58:48 CET 2011


Author: stefano
Date: Fri Jan 14 21:58:47 2011
New Revision: 26334

Log:
Add the word "Parsed" in the parsed filter names.

Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	Fri Jan 14 21:58:43 2011	(r26333)
+++ trunk/libavfilter/graphparser.c	Fri Jan 14 21:58:47 2011	(r26334)
@@ -99,7 +99,7 @@ static int create_filter(AVFilterContext
     char tmp_args[256];
     int ret;
 
-    snprintf(inst_name, sizeof(inst_name), "Filter %d %s", index, filt_name);
+    snprintf(inst_name, sizeof(inst_name), "Parsed filter %d %s", index, filt_name);
 
     filt = avfilter_get_by_name(filt_name);
 



More information about the ffmpeg-cvslog mailing list