[FFmpeg-soc] [soc]: r2085 - libavfilter/avfiltergraph.c

vitor subversion at mplayerhq.hu
Thu Apr 3 18:38:51 CEST 2008


Author: vitor
Date: Thu Apr  3 18:38:51 2008
New Revision: 2085

Log:
Remove unused check

Modified:
   libavfilter/avfiltergraph.c

Modified: libavfilter/avfiltergraph.c
==============================================================================
--- libavfilter/avfiltergraph.c	(original)
+++ libavfilter/avfiltergraph.c	Thu Apr  3 18:38:51 2008
@@ -44,9 +44,6 @@ AVFilterContext *avfilter_graph_get_filt
 {
     int i;
 
-    if(!name)
-        return NULL;
-
     for(i = 0; i < graph->filter_count; i ++)
         if(graph->filters[i]->name && !strcmp(name, graph->filters[i]->name))
             return graph->filters[i];



More information about the FFmpeg-soc mailing list