summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index c4a3bdf8fd..3fe8524ad3 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -82,7 +82,7 @@ static AVFilterContext *create_filter(AVFilterGraph *ctx, int index,
AVFilter *filt;
char inst_name[30];
- snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
+ snprintf(inst_name, sizeof(inst_name), "Filter %d %s", index, filt_name);
filt = avfilter_get_by_name(filt_name);