mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 11:00:06 +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
@ -109,7 +109,7 @@ static int vaapi_mpeg2_decode_slice(AVCodecContext *avctx, const uint8_t *buffer
|
||||
MpegEncContext * const s = avctx->priv_data;
|
||||
VASliceParameterBufferMPEG2 *slice_param;
|
||||
GetBitContext gb;
|
||||
uint32_t start_code, quantiser_scale_code, intra_slice_flag, macroblock_offset;
|
||||
uint32_t start_code av_unused, quantiser_scale_code, intra_slice_flag, macroblock_offset;
|
||||
|
||||
av_dlog(avctx, "vaapi_mpeg2_decode_slice(): buffer %p, size %d\n", buffer, size);
|
||||
|
||||
|
Reference in New Issue
Block a user