Skip to content
Snippets Groups Projects
Commit 64292690 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

wmall: remove ;;

parent dde545c6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment