1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-14 00:58:38 +02:00

avcodec/wavpack: remove ;;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-05-23 11:05:37 +02:00
parent 79f452f4e6
commit ac2c52174f

View File

@ -1070,7 +1070,7 @@ static int wavpack_decode_block(AVCodecContext *avctx, int block_no,
chmask = bytestream2_get_le24(&gb); chmask = bytestream2_get_le24(&gb);
break; break;
case 3: case 3:
chmask = bytestream2_get_le32(&gb);; chmask = bytestream2_get_le32(&gb);
break; break;
case 5: case 5:
bytestream2_skip(&gb, 1); bytestream2_skip(&gb, 1);