mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/shorten: use uint16_t for wave_format
This commit is contained in:
parent
e9bbb39e94
commit
64f538c356
@ -280,7 +280,7 @@ static int decode_wave_header(AVCodecContext *avctx, const uint8_t *header,
|
||||
int header_size)
|
||||
{
|
||||
int len, bps;
|
||||
short wave_format;
|
||||
uint16_t wave_format;
|
||||
GetByteContext gb;
|
||||
|
||||
bytestream2_init(&gb, header, header_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user