Commit 5e3e0189 authored by vaclav's avatar vaclav
Browse files

addition of 'const'

parent 209e0454
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
 * Local function prototypes
 *-----------------------------------------------------------------------*/

static void ivas_sba_mtx_mult( float output_f[][L_FRAME48k], const int16_t output_frame, const int16_t nchan_in, IVAS_OUTPUT_SETUP output_setup, const float *mtx_hoa_decoder );
static void ivas_sba_mtx_mult( float output_f[][L_FRAME48k], const int16_t output_frame, const int16_t nchan_in, const IVAS_OUTPUT_SETUP output_setup, const float *mtx_hoa_decoder );


/*-------------------------------------------------------------------*
@@ -146,7 +146,7 @@ static void ivas_sba_mtx_mult(
    float output_f[][L_FRAME48k],         /* i/o: synthesized core-coder transport channels/DirAC output  */
    const int16_t output_frame,           /* i  : output frame length per channel                         */
    const int16_t nchan_in,               /* i  : Number of ambisonic channels                            */
    IVAS_OUTPUT_SETUP output_setup, /* i  : Output configuration                                    */
    const IVAS_OUTPUT_SETUP output_setup, /* i  : Output configuration                                    */
    const float *mtx_hoa_decoder          /* i  : HOA decoding mtx                                        */
)
{