From b68f9fef32971095836ea6bbeb2f12af417120d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 4 May 2011 22:12:55 +0200 Subject: cleanup: shut up more warnings --- libmpcodecs/ad_hwac3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs/ad_hwac3.c') diff --git a/libmpcodecs/ad_hwac3.c b/libmpcodecs/ad_hwac3.c index f45fd00a17..f5d6fbc933 100644 --- a/libmpcodecs/ad_hwac3.c +++ b/libmpcodecs/ad_hwac3.c @@ -283,9 +283,9 @@ static int dts_decode_header(uint8_t *indata_ptr, int *rate, int *nblks, int *sf { int ftype; int surp; - int unknown_bit; + int unknown_bit av_unused; int fsize; - int amode; + int amode av_unused; int word_mode; int le_mode; -- cgit v1.2.3