Commit 2a639a02 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix comment in ivas_mono_dmx_renderer.c

parent 05866730
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ void ivas_apply_non_diegetic_panning(
#ifdef FIX_1009_ISM_NONDIEGETIC_PANNING
    float *input_f,                    /* i  : non-diegetic object                              */
#endif
    float *output_f[],                 /* i/o: core-coder transport mono channel/stereo output  */
    float *output_f[],                 /* o: core-coder transport mono channel/stereo output    */
    const float non_diegetic_pan_gain, /* i  : non-diegetic panning gain                        */
    const int16_t output_frame         /* i  : output frame length per channel                  */
)