Commit 53b5acbd authored by hsd's avatar hsd
Browse files

missing const

parent aea4b504
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural(
    const int32_t SplitRendBitRate,                                    /* i: Split renderer bitrate      */
    ISAR_SPLIT_REND_CODEC splitCodec,                                  /* i/o: Split renderer codec      */
#ifdef ISAR_BITSTREAM_UPDATE_LC3PLUS
    int16_t isar_frame_size_ms,                                        /* i/o: ISAR framesize   */
    const int16_t isar_frame_size_ms,                                  /* i: ISAR framesize   */
#endif
    int16_t codec_frame_size_ms,                                       /* i/o: ISAR transport codec framesize   */
    ISAR_SPLIT_REND_BITS_HANDLE pBits,                                 /* i/o: ISAR bits struct handle   */
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural(
    const int32_t SplitRendBitRate,                                    /* i: Split renderer bitrate      */
    ISAR_SPLIT_REND_CODEC splitCodec,                                  /* i/o: Split renderer codec      */
#ifdef ISAR_BITSTREAM_UPDATE_LC3PLUS
    int16_t isar_frame_size_ms,                                        /* i/o: ISAR framesize   */
    const int16_t isar_frame_size_ms,                                  /* i: ISAR framesize   */
#endif
    int16_t codec_frame_size_ms,                                       /* i/o: ISAR transport codec framesize   */
    ISAR_SPLIT_REND_BITS_HANDLE pBits,                                 /* i/o: ISAR bits struct handle   */