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 --- libavformat/rtpdec_latm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_latm.c') diff --git a/libavformat/rtpdec_latm.c b/libavformat/rtpdec_latm.c index 2b366a0dc2..74754dfd60 100644 --- a/libavformat/rtpdec_latm.c +++ b/libavformat/rtpdec_latm.c @@ -108,7 +108,7 @@ static int parse_fmtp_config(AVStream *st, char *value) int len = ff_hex_to_data(NULL, value), i, ret = 0; GetBitContext gb; uint8_t *config; - int audio_mux_version, same_time_framing, num_sub_frames, + int audio_mux_version, same_time_framing, num_sub_frames av_unused, num_programs, num_layers; /* Pad this buffer, too, to avoid out of bounds reads with get_bits below */ -- cgit v1.2.3