[MPlayer-cvslog] r24196 - trunk/libmpcodecs/pullup.c

diego subversion at mplayerhq.hu
Sat Aug 25 19:15:06 CEST 2007


Author: diego
Date: Sat Aug 25 19:15:05 2007
New Revision: 24196

Log:
warning fix:
pullup.c: In function 'decide_frame_length':
pullup.c:569: warning: unused variable 'f3'


Modified:
   trunk/libmpcodecs/pullup.c

Modified: trunk/libmpcodecs/pullup.c
==============================================================================
--- trunk/libmpcodecs/pullup.c	(original)
+++ trunk/libmpcodecs/pullup.c	Sat Aug 25 19:15:05 2007
@@ -566,7 +566,6 @@ static int decide_frame_length(struct pu
 	struct pullup_field *f0 = c->first;
 	struct pullup_field *f1 = f0->next;
 	struct pullup_field *f2 = f1->next;
-	struct pullup_field *f3 = f2->next;
 	int l;
 	
 	if (queue_length(c->first, c->last) < 4) return 0;



More information about the MPlayer-cvslog mailing list