summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/pullup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/pullup.c')
-rw-r--r--libmpcodecs/pullup.c1
1 files changed, 0 insertions, 1 deletions
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;