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

@@ -41,8 +41,8 @@ static int celt_header(AVFormatContext *s, int idx)
/* Main header */
uint32_t version, header_size, sample_rate, nb_channels, frame_size;
uint32_t overlap, bytes_per_packet, extra_headers;
uint32_t version, header_size av_unused, sample_rate, nb_channels, frame_size;
uint32_t overlap, bytes_per_packet av_unused, extra_headers;
uint8_t *extradata;
extradata = av_malloc(2 * sizeof(uint32_t) +