From adba9c63525b8971fc6ccda47e643dca05c3ee9d Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 29 May 2011 21:07:34 +0200 Subject: Fix various unused variable warnings Signed-off-by: Michael Niedermayer --- libavcodec/s302m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/s302m.c') diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c index d8b2b38a02..d707208b6c 100644 --- a/libavcodec/s302m.c +++ b/libavcodec/s302m.c @@ -29,7 +29,7 @@ static int s302m_parse_frame_header(AVCodecContext *avctx, const uint8_t *buf, int buf_size) { uint32_t h; - int frame_size, channels, id, bits; + int frame_size, channels, id av_unused, bits; if (buf_size <= AES3_HEADER_LEN) { av_log(avctx, AV_LOG_ERROR, "frame is too short\n"); -- cgit v1.2.3