Commit 0b1afa1c authored by bayers's avatar bayers
Browse files

temporary sanity check, make sure that OSBA modes crash instead of running into an infinite loop

parent e22fc5a1
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2000,6 +2000,12 @@ int16_t ivas_jbm_dec_get_num_tc_channels(
        *nchan_transport_full = num_tc;
#endif
    }
#ifdef NONBE_UNIFIED_DECODING_PATHS
    else if ( st_ivas->ivas_format == SBA_ISM_FORMAT )
    {
        assert( !"Format not implemented in JBM yet!" );
    }
#endif
#ifdef UNIFY_CHANNEL_MEM_HEAP
    *nchan_transport_jbm = num_tc;
#endif