[FFmpeg-cvslog] r13326 - trunk/libavfilter/graphparser.c

vitor subversion
Sat May 24 22:40:56 CEST 2008


Author: vitor
Date: Sat May 24 22:40:55 2008
New Revision: 13326

Log:
Remove useless assignment
Commited in SoC by Vitor Sessak on 2008-04-23 18:15:23


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:40:55 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-cvslog mailing list