mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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:
parent
529d2f8030
commit
b9fc895dc1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user