Loading lib_dec/ivas_init_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) ) { Loading Loading
lib_dec/ivas_init_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) ) { Loading