Loading lib_dec/ivas_init_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -3465,12 +3465,12 @@ void ivas_init_dec_get_num_cldfb_instances( *numCldfbSyntheses = st_ivas->hDecoderConfig->nchan_out; move16(); move16(); break; BREAK; case RENDERER_OMASA_MIX_EXT: *numCldfbAnalyses = add( st_ivas->nchan_transport, 1 ); *numCldfbSyntheses = 0; move16(); break; BREAK; #endif default: assert( 0 && "Renderer not handled for CLDFB reservation." ); Loading Loading
lib_dec/ivas_init_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -3465,12 +3465,12 @@ void ivas_init_dec_get_num_cldfb_instances( *numCldfbSyntheses = st_ivas->hDecoderConfig->nchan_out; move16(); move16(); break; BREAK; case RENDERER_OMASA_MIX_EXT: *numCldfbAnalyses = add( st_ivas->nchan_transport, 1 ); *numCldfbSyntheses = 0; move16(); break; BREAK; #endif default: assert( 0 && "Renderer not handled for CLDFB reservation." ); Loading