Commit aea4b504 authored by hsd's avatar hsd
Browse files

removed duplicated define

parent 863bda41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1935,7 +1935,7 @@ ivas_error split_renderer_open_lc3plus(
    ivas_error error;
    int16_t i, delayBufferLength;
    LC3PLUS_CONFIG config;
#if defined ISAR_BITSTREAM_UPDATE_LC3PLUS || defined ISAR_BITSTREAM_UPDATE_LC3PLUS
#if defined ISAR_BITSTREAM_UPDATE_LC3PLUS
    int16_t isar_frame_size_ms;

    if ( ( error = isar_framesize_to_ms( isar_frame_size, &isar_frame_size_ms ) ) != IVAS_ERR_OK )