[FFmpeg-cvslog] r12871 - trunk/libavcodec/alac.c

michael subversion
Thu Apr 17 04:40:50 CEST 2008


Author: michael
Date: Thu Apr 17 04:40:50 2008
New Revision: 12871

Log:
more senseless code
One wonders how such stuff gets past the reviews ...


Modified:
   trunk/libavcodec/alac.c

Modified: trunk/libavcodec/alac.c
==============================================================================
--- trunk/libavcodec/alac.c	(original)
+++ trunk/libavcodec/alac.c	Thu Apr 17 04:40:50 2008
@@ -220,7 +220,6 @@ static void bastardized_rice_decompress(
 
             if (x > 8) {
                 block_size = get_bits(&alac->gb, 16);
-                block_size &= 0xffff;
             } else {
                 int k;
                 int extrabits;




More information about the ffmpeg-cvslog mailing list