Commit 98e0e7a1 authored by bayers's avatar bayers
Browse files

fix compiler warning

parent c75de802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@

/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */

#define SPLIT_REND_WITH_HEAD_ROT                       /* Dlb,FhG: Split Rendering contributions 21 and 35 */
/*#define SPLIT_REND_WITH_HEAD_ROT*/                    /* Dlb,FhG: Split Rendering contributions 21 and 35 */
#ifdef SPLIT_REND_WITH_HEAD_ROT
#define SPLIT_REND_PRED_QUANT_63_PNTS
#define SPLIT_REND_WITH_HEAD_ROT_PARAMBIN               /* Nokia: Issue 623: Split rendering support for parambin renderer */
+1 −1
Original line number Diff line number Diff line
@@ -626,7 +626,7 @@ ivas_error IVAS_DEC_GetRenderFramesize(

ivas_error IVAS_DEC_GetRenderFramesizeSamples(
    IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle          */
    uint16_t *render_framesize /* o  : render framesize in samples  */
    int16_t *render_framesize /* o  : render framesize in samples  */
)
{
    if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL || render_framesize == NULL )
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ ivas_error IVAS_DEC_GetRenderFramesize(

ivas_error IVAS_DEC_GetRenderFramesizeSamples(
    IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle          */
    uint16_t *render_framesize /* o  : render framesize in samples  */
    int16_t *render_framesize /* o  : render framesize in samples  */
);

ivas_error IVAS_DEC_GetReferencesUpdateFrequency(