summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-02-12 15:27:50 +0000
committerjbrjake <[email protected]>2008-02-12 15:27:50 +0000
commit30dc1b01185b5fe69d620ad62d43a7fc20d8f6d8 (patch)
tree4561b4b4a2e25c85af2848150ca45e6d493348ed
parent4db966afd37f2c5c835ce22a021aaa2ef4fa58f8 (diff)
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
-rw-r--r--libhb/detelecine.c1
1 files changed, 0 insertions, 1 deletions
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 )