Commit ac2c5217 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/wavpack: remove ;;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 79f452f4
...@@ -1070,7 +1070,7 @@ static int wavpack_decode_block(AVCodecContext *avctx, int block_no, ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment