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
1 changed files with 1 additions and 1 deletions

View File

@ -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);