Loading lib_dec/ivas_init_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -271,7 +271,11 @@ ivas_error ivas_dec_get_format( /* read number of MASA transport channels */ if ( st_ivas->bit_stream[( ivas_total_brate / FRAMES_PER_SEC ) - 1] ) { #ifdef FIX_FLOAT_1539_G192_FORMAT_SWITCH if ( st_ivas->nchan_transport == 1 ) #else if ( st_ivas->nchan_transport == 1 && Opt_tsm ) #endif { masaRestartCandidate = 1; } Loading @@ -281,7 +285,11 @@ ivas_error ivas_dec_get_format( } else { #ifdef FIX_FLOAT_1539_G192_FORMAT_SWITCH if ( st_ivas->nchan_transport == 2 ) #else if ( st_ivas->nchan_transport == 2 && Opt_tsm ) #endif { masaRestartCandidate = 1; } Loading Loading
lib_dec/ivas_init_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -271,7 +271,11 @@ ivas_error ivas_dec_get_format( /* read number of MASA transport channels */ if ( st_ivas->bit_stream[( ivas_total_brate / FRAMES_PER_SEC ) - 1] ) { #ifdef FIX_FLOAT_1539_G192_FORMAT_SWITCH if ( st_ivas->nchan_transport == 1 ) #else if ( st_ivas->nchan_transport == 1 && Opt_tsm ) #endif { masaRestartCandidate = 1; } Loading @@ -281,7 +285,11 @@ ivas_error ivas_dec_get_format( } else { #ifdef FIX_FLOAT_1539_G192_FORMAT_SWITCH if ( st_ivas->nchan_transport == 2 ) #else if ( st_ivas->nchan_transport == 2 && Opt_tsm ) #endif { masaRestartCandidate = 1; } Loading