Remove unused check
Commited in SoC by Vitor Sessak on 2008-04-03 16:38:51 Originally committed as revision 12750 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a10477173a
commit
e1a43a4146
@ -44,9 +44,6 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if(!name)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
for(i = 0; i < graph->filter_count; i ++)
|
for(i = 0; i < graph->filter_count; i ++)
|
||||||
if(graph->filters[i]->name && !strcmp(name, graph->filters[i]->name))
|
if(graph->filters[i]->name && !strcmp(name, graph->filters[i]->name))
|
||||||
return graph->filters[i];
|
return graph->filters[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user