Commit 7597ffcf authored by vasilache's avatar vasilache
Browse files

fix warning

parent 94b2ca0c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ ivas_error ivas_dec_setup(
            }
#ifdef NONBE_FIX_984_OMASA_EXT_OUTPUT
            /* this should be non-zero if original input format was MASA_ISM_FORMAT */
            st_ivas->nchan_ism = add( st_ivas->bit_stream[sub( res_dec, 3 )], shl( st_ivas->bit_stream[sub( res_dec, 2 )], 1 ) );
            st_ivas->nchan_ism = add( st_ivas->bit_stream[L_sub( res_dec, 3 )], shl( st_ivas->bit_stream[L_sub( res_dec, 2 )], 1 ) );

            IF( GT_16( st_ivas->nchan_ism, 0 ) )
            {