mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add the word "Parsed" in the parsed filter names.
Originally committed as revision 26334 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6cce172f27
commit
3bf3fc0e54
@ -99,7 +99,7 @@ static int create_filter(AVFilterContext **filt_ctx, AVFilterGraph *ctx, int ind
|
|||||||
char tmp_args[256];
|
char tmp_args[256];
|
||||||
int ret;
|
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);
|
filt = avfilter_get_by_name(filt_name);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user