mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
avcodec/wavpack: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user