Mercurial > mplayer.hg
diff libmpcodecs/pullup.c @ 24176:f6afc9bab149
warning fix:
pullup.c: In function 'decide_frame_length':
pullup.c:569: warning: unused variable 'f3'
| author | diego |
|---|---|
| date | Sat, 25 Aug 2007 17:15:05 +0000 |
| parents | a26421864b53 |
| children | 033b9debbec4 |
line wrap: on
line diff
--- a/libmpcodecs/pullup.c Sat Aug 25 17:13:18 2007 +0000 +++ b/libmpcodecs/pullup.c Sat Aug 25 17:15:05 2007 +0000 @@ -566,7 +566,6 @@ 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;
