changeset 24176:f6afc9bab149

warning fix: pullup.c: In function 'decide_frame_length': pullup.c:569: warning: unused variable 'f3'
author diego
date Sat, 25 Aug 2007 17:15:05 +0000
parents 69b7fad52ecc
children 317cb2a7057c
files libmpcodecs/pullup.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/pullup.c	Sat Aug 25 17:13:18 2007 +0000
+++ b/libmpcodecs/pullup.c	Sat Aug 25 17:15:05 2007 +0000
@@ -566,7 +566,6 @@
 	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;