From 30dc1b01185b5fe69d620ad62d43a7fc20d8f6d8 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Tue, 12 Feb 2008 15:27:50 +0000 Subject: [PATCH] Removes unused variable (and gets rid of the compile warning for it). Change copied from libmpcodec's official version of pullup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1255 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/detelecine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libhb/detelecine.c b/libhb/detelecine.c index 368341dd7..9745d09d3 100644 --- a/libhb/detelecine.c +++ b/libhb/detelecine.c @@ -396,7 +396,6 @@ static int pullup_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( pullup_queue_length( c->first, c->last ) < 4 ) -- 2.40.0