Commit 67ef955e authored by bayers's avatar bayers
Browse files

#fix for #1021, address formal comment

parent 22797817
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5224,7 +5224,7 @@ void ivas_ism_renderer_close(
void ivas_ism_render_sf(
    Decoder_Struct *st_ivas,                                    /* i/o: IVAS decoder structure                          */
#ifdef NONBE_FIX_1021_ISM_BRIR_RS_FLUSH
    const RENDERER_TYPE renderer_type,                          /* i  : current renderer type                           */
    const RENDERER_TYPE renderer_type,                          /* i  : active renderer type                            */
#endif
    float *output_f[],                                          /* i/o: core-coder transport channels/object output     */
    const int16_t n_samples_to_render                           /* i  : output frame length per channel                 */
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ void ivas_ism_renderer_close(
void ivas_ism_render_sf(
    Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure                      */
#ifdef NONBE_FIX_1021_ISM_BRIR_RS_FLUSH
    const RENDERER_TYPE renderer_type, /* i: current renderer type                        */
    const RENDERER_TYPE renderer_type, /* i  : active renderer type                        */
#endif
    float *output_f[],                /* i/o: core-coder transport channels/object output */
    const int16_t n_samples_to_render /* i  : output frame length per channel             */