Commit 2d1d917e authored by vaclav's avatar vaclav
Browse files

fix Cmake build warnings

parent 62e69618
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,10 +30,9 @@

*******************************************************************************************************/

#include <stdint.h>
#include "options.h"
#include "ivas_lc3plus_common.h"
#include "ivas_error.h"
#include "lc3.h"

#ifdef SPLIT_REND_WITH_HEAD_ROT
/*-----------------------------------------------------------------------------------------*
+4 −4
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@
#include "prot.h"
#include "ivas_prot.h"
#include "ivas_lc3plus_dec.h"
#include "ivas_lc3plus_common.h"
#include "lc3.h"
#include "ivas_error_utils.h"
#include "wmc_auto.h"

@@ -612,9 +610,11 @@ static ivas_error IVAS_LC3PLUS_DEC_Decode_or_Conceal_internal(
                    {
                        return IVAS_ERROR( IVAS_ERR_INVALID_BUFFER_SIZE, "bitstream_cache_capacity is too low for LC3plus frame size\n" );
                    }

                    /* store bit rate of cached frame */
                    mvc2c( bitstream_in_iter, handle->bitstream_caches[iDec]->bitstream_cache, (int16_t) bitstreamOffsetPerCoder );
                    handle->bitstream_caches[iDec]->bitstream_cache_size = bitstreamOffsetPerCoder;

                    /* log that this instance has skipped a frame and must decode twice once reactivated */
                    handle->selective_decoding_states[iDec]->has_skipped_a_frame = 1;
                    break;
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@

*******************************************************************************************************/

#include <stdint.h>
#include "options.h"
#include "ivas_lc3plus_enc.h"
#include "ivas_lc3plus_common.h"
#include "lc3.h"
#include "ivas_error_utils.h"
#include "prot.h"
#include "wmc_auto.h"
+1 −1
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@
*******************************************************************************************************/

#include "split_rend_bfi_file_reader.h"
#ifdef SPLIT_REND_WITH_HEAD_ROT
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>

#ifdef SPLIT_REND_WITH_HEAD_ROT

struct SplitRendBFIFileReader
{
+1 −1
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@
*******************************************************************************************************/

#include "split_render_file_read_write.h"
#ifdef SPLIT_REND_WITH_HEAD_ROT
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "ivas_error_utils.h"

#ifdef SPLIT_REND_WITH_HEAD_ROT

/*------------------------------------------------------------------------------------------*
 * PreProc Macros