Commit 90d00854 authored by bayers's avatar bayers
Browse files

fix function definition and declaration mismatch

parent 8ae569c3
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -125,7 +125,11 @@ ivas_error IVAS_DEC_Configure(
    const uint32_t sampleRate,                  /* i  : output sampling frequency                                               */
    const IVAS_AUDIO_CONFIG outputConfig,       /* i  : audio configuration                                                     */
    const int16_t tsmEnabled,                   /* i  : enable TSM                                                              */
#ifndef REMOVE_5MS_FLAG
    const int16_t enable5ms,                           /* i  : enable 5ms rendering path                  */
#else
    const RENDER_FRAMESIZE renderFramesize,            /* i  : rendering frame size                       */
#endif
    const int16_t customLsOutputEnabled,        /* i  : enable custom loudspeaker setup handle                                  */
    const int16_t hrtfReaderEnabled,            /* i  : enable HRTF binary file input                                           */
    const int16_t enableHeadRotation,           /* i  : enable head rotation for binaural output                                */