mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-23 23:46:41 +00:00
10l: Missed that in one of the last commits
Commited in SoC by Vitor Sessak on 2008-04-21 18:39:38 Originally committed as revision 13320 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cf4f7d38d0
commit
dd8e311e70
@ -38,7 +38,7 @@ static AVFilterContext *create_filter(AVFilterGraph *ctx, int index,
|
|||||||
snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
|
snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
|
||||||
|
|
||||||
if(!(filterdef = avfilter_get_by_name(name))) {
|
if(!(filterdef = avfilter_get_by_name(name))) {
|
||||||
av_log(&log_ctx, AV_LOG_ERROR,
|
av_log(log_ctx, AV_LOG_ERROR,
|
||||||
"no such filter: '%s'\n", name);
|
"no such filter: '%s'\n", name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user