changeset 7928:7d897cb94a31 libavcodec

Remove unused variable.
author diego
date Fri, 26 Sep 2008 18:11:41 +0000
parents c6e9ff53dab4
children 5b81784c5fe6
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Fri Sep 26 10:59:42 2008 +0000
+++ b/h264.c	Fri Sep 26 18:11:41 2008 +0000
@@ -960,7 +960,7 @@
     MpegEncContext * const s = &h->s;
     Picture * const ref1 = &h->ref_list[1][0];
     Picture * const cur = s->current_picture_ptr;
-    int list, j, field, rfield;
+    int list, j, field;
     int sidx= (s->picture_structure&1)^1;
     int ref1sidx= (ref1->reference&1)^1;