Commit 1f55fb65 authored by vaclav's avatar vaclav
Browse files

data type change int32_t -> int16_t

parent e2089079
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ typedef struct ivas_spar_dec_lib_t
    int16_t dirac_to_spar_md_bands[DIRAC_MAX_NBANDS];
    int16_t enc_param_start_band;
    int32_t core_nominal_brate; /* Nominal bitrate for core coding  */
    int32_t i_subframe;
    int16_t i_subframe;

#ifdef DEBUG_SBA_AUDIO_DUMP
    int16_t numOutChannels;