changeset 6623:2d007f504886 libavcodec

more senseless code One wonders how such stuff gets past the reviews ...
author michael
date Thu, 17 Apr 2008 02:40:50 +0000
parents 17645d50d6fd
children 2dc587201e38
files alac.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/alac.c	Thu Apr 17 02:38:41 2008 +0000
+++ b/alac.c	Thu Apr 17 02:40:50 2008 +0000
@@ -220,7 +220,6 @@
 
             if (x > 8) {
                 block_size = get_bits(&alac->gb, 16);
-                block_size &= 0xffff;
             } else {
                 int k;
                 int extrabits;