mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 19:52:03 +08:00
Fix various unused variable warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
fd38a15adf
commit
adba9c6352
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user