mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00: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…
Reference in New Issue
Block a user