Commit e00f7335 authored by multrus's avatar multrus
Browse files

Merge branch '696-compiler-warning-in-lib_dec-ivas_jbm_dec-c-with-debugging-disabled' into 'main'

Resolve "Compiler warning in lib_dec/ivas_jbm_dec.c with DEBUGGING disabled"

See merge request !956
parents 4dae1328 e16cf5df
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2160,6 +2160,9 @@ TC_BUFFER_MODE ivas_jbm_dec_get_tc_buffer_mode(
            /* all renderers where we are done after TC decoding (might include DMX to mono/stereo */
        case RENDERER_DISABLE:
        case RENDERER_MCMASA_MONO_STEREO:
#ifdef SBA_AND_OBJECTS
        case RENDERER_OSBA_STEREO:
#endif
        case RENDERER_MONO_DOWNMIX:
            buffer_mode = TC_BUFFER_MODE_BUFFER;
            break;
@@ -2175,6 +2178,10 @@ TC_BUFFER_MODE ivas_jbm_dec_get_tc_buffer_mode(
        case RENDERER_BINAURAL_MIXER_CONV:
        case RENDERER_BINAURAL_MIXER_CONV_ROOM:
        case RENDERER_NON_DIEGETIC_DOWNMIX:
#ifdef SBA_AND_OBJECTS
        case RENDERER_OSBA_AMBI:
        case RENDERER_OSBA_LS:
#endif
            buffer_mode = TC_BUFFER_MODE_RENDERER;
            break;
        case RENDERER_MC_PARAMMC: