Fix various unused variable warnings

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Clément Bœsch
2011-05-29 21:07:34 +02:00
committed by Michael Niedermayer
parent fd38a15adf
commit adba9c6352
31 changed files with 40 additions and 55 deletions

View File

@@ -235,7 +235,7 @@ int rv_decode_dc(MpegEncContext *s, int n)
/* read RV 1.0 compatible frame header */
static int rv10_decode_picture_header(MpegEncContext *s)
{
int mb_count, pb_frame, marker, unk, mb_xy;
int mb_count, pb_frame, marker, unk av_unused, mb_xy;
marker = get_bits1(&s->gb);