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
This commit is contained in:
diego 2007-08-25 17:15:05 +00:00
parent 529d2f8030
commit b9fc895dc1
1 changed files with 0 additions and 1 deletions

View File

@ -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;