mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
avcodec/shorten: use uint16_t for wave_format
This commit is contained in:
parent
e9bbb39e94
commit
64f538c356
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue