[SCM] libav/experimental: Add the word "Parsed" in the parsed filter names.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 3bf3fc0e5444a839a628b125d974cb5b4651f4f6
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Jan 14 20:58:47 2011 +0000

    Add the word "Parsed" in the parsed filter names.
    
    Originally committed as revision 26334 to svn://svn.ffmpeg.org/ffmpeg/trunk

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);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list