Commit 0c1be981 authored by Jan Kiene's avatar Jan Kiene
Browse files

Accept NONBE_FIX_926_OSBA_DECODER_CRASH_PLANAR_SBA

parent b72c35cf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2097,11 +2097,7 @@ int16_t ivas_jbm_dec_get_num_tc_channels(
        {
            num_tc = CPE_CHANNELS;
        }
#ifdef NONBE_FIX_926_OSBA_DECODER_CRASH_PLANAR_SBA
        if ( num_tc == 3 )
#else
        if ( ( st_ivas->sba_planar && num_tc >= 3 ) || ( num_tc == 3 ) )
#endif
        {
            num_tc++;
        }