[FFmpeg-cvslog] commit: Add the word "Parsed" in the parsed filter names. ( Stefano Sabatini )

git at videolan.org git
Fri Jan 14 23:11:15 CET 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Fri Jan 14 20:58:47 2011 +0000| [3bf3fc0e5444a839a628b125d974cb5b4651f4f6] | committer: Stefano Sabatini 

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

Originally committed as revision 26334 to svn://svn.ffmpeg.org/ffmpeg/trunk

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bf3fc0e5444a839a628b125d974cb5b4651f4f6
---

 libavfilter/graphparser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index add3019..7151e4f 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -99,7 +99,7 @@ static int create_filter(AVFilterContext **filt_ctx, AVFilterGraph *ctx, int ind
     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