[FFmpeg-cvslog] wmall: remove ;;
Michael Niedermayer
git at videolan.org
Thu Feb 16 04:17:04 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jan 3 23:52:28 2012 +0100| [dc08e7ea0faa8c0dcb050dd3abef0a1717a016f0] | committer: Mashiat Sarker Shakkhar
wmall: remove ;;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc08e7ea0faa8c0dcb050dd3abef0a1717a016f0
---
libavcodec/wmalosslessdec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index d5ee9b5..6acfad7 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list