From b9fc895dc1365e82e615e5a552798e2499b1dea2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 17:15:05 +0000 Subject: warning fix: pullup.c: In function 'decide_frame_length': pullup.c:569: warning: unused variable 'f3' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24196 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/pullup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/pullup.c') diff --git a/libmpcodecs/pullup.c b/libmpcodecs/pullup.c index 9a672e7956..345e3e6bf0 100644 --- a/libmpcodecs/pullup.c +++ b/libmpcodecs/pullup.c @@ -566,7 +566,6 @@ static int decide_frame_length(struct pullup_context *c) 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; -- cgit v1.2.3