[FFmpeg-soc] [soc]: r2151 - libavfilter/graphparser.c

vitor subversion at mplayerhq.hu
Wed Apr 23 20:15:23 CEST 2008


Author: vitor
Date: Wed Apr 23 20:15:23 2008
New Revision: 2151

Log:
Remove useless assignment

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Wed Apr 23 20:15:23 2008
@@ -216,7 +216,6 @@ static int link_filter_inouts(AVFilterCo
             *currInputs = (*currInputs)->next;
             av_free(p);
         } else {
-            p = *currInputs;
             *currInputs = (*currInputs)->next;
             p->filter = filter;
             p->pad_idx = pad;



More information about the FFmpeg-soc mailing list