# HG changeset patch # User diego # Date 1222452701 0 # Node ID 7d897cb94a3141e11fcfde1611048e24af147738 # Parent c6e9ff53dab47637f5ab7b476dc2c26aa0a414ae Remove unused variable. diff -r c6e9ff53dab4 -r 7d897cb94a31 h264.c --- 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;