Commit dc08e7ea authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Mashiat Sarker Shakkhar

wmall: remove ;;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bfbd22f9
......@@ -1425,7 +1425,7 @@ static int decode_packet(AVCodecContext *avctx,
s->samples_16_end = (int16_t *) ((int8_t*)data + *data_size);
} else {
s->samples_32 = (int *) data;
s->samples_32_end = (int *) ((int8_t*)data + *data_size);;
s->samples_32_end = (int *) ((int8_t*)data + *data_size);
}
*data_size = 0;
......
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