Commit 1db587e5 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for issue 787: Extra 2ms delay in OSBA STEREO output

parent 82865f43
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -628,7 +628,7 @@ ivas_error ivas_mct_dec_fx(
        }

        /* synthesis synchronization between stereo modes */
        IF( EQ_16( st_ivas->sba_dirac_stereo_flag, 0 ) || ( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && LE_16( cpe_id, sub( nCPE, 2 ) ) ) )
        IF( EQ_16( st_ivas->sba_dirac_stereo_flag, 0 ) || ( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && LT_16( cpe_id, sub( nCPE, 2 ) ) ) )
        {
            synchro_synthesis_fx( ivas_total_brate, hCPE, output_fx + cpe_id * CPE_CHANNELS, output_frame, 0 );
        }