more changes.
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / LayerIDecoder.java
index b3572bf143acffcdc064cf1ac0c13b5885d54ffe..3b2285b0781ef78e8e2753c58a277493e62d221b 100644 (file)
@@ -40,7 +40,7 @@
     @LOC("H") protected int                                    which_channels;
     @LOC("H") protected int                                    mode;
        
-    @LOC("H") protected int                                    num_subbands;
+    @LOC("SH") protected int                                   num_subbands;
     @LOC("L") protected Subband[]                              subbands;
     @LOC("H") protected Crc16                                  crc     = null; // new Crc16[1] to enable CRC checking.
        
              sample = sample * factor + offset;                // requantization
                  if (channels == OutputChannels.BOTH_CHANNELS)
              {
-                       @LOC("OUT") float sample1 = sample * scalefactor;
+                    @LOC("OUT") float sample1 = sample * scalefactor;
                        @LOC("OUT") float sample2 = sample * channel2_scalefactor;
                        filter1.input_sample(sample1, subbandnumber);
                        filter2.input_sample(sample2, subbandnumber);