mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 13:32:10 +00:00
avcodec/wavpack: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
79f452f4e6
commit
ac2c52174f
@ -1070,7 +1070,7 @@ static int wavpack_decode_block(AVCodecContext *avctx, int block_no,
|
||||
chmask = bytestream2_get_le24(&gb);
|
||||
break;
|
||||
case 3:
|
||||
chmask = bytestream2_get_le32(&gb);;
|
||||
chmask = bytestream2_get_le32(&gb);
|
||||
break;
|
||||
case 5:
|
||||
bytestream2_skip(&gb, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user