1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

wmall: remove ;;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-01-03 23:52:28 +01:00
parent dde545c697
commit 6429269096

View File

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