[FFmpeg-cvslog] wmall: remove ;;

Michael Niedermayer git at videolan.org
Tue Jan 3 23:54:42 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jan  3 23:52:28 2012 +0100| [6429269096902d872db977abaede1a78fa107d7f] | committer: Michael Niedermayer

wmall: remove ;;

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6429269096902d872db977abaede1a78fa107d7f
---

 libavcodec/wmalosslessdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 734268e..d190b2d 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