Loading lib_dec/lib_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -206,18 +206,18 @@ ivas_error IVAS_DEC_Open( IVAS_DEC_HANDLE hIvasDec; Decoder_Struct *st_ivas; #ifdef FIX_FMSW_DEC if ( phIvasDec == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } #endif #ifdef FIX_FMSW_DEC if ( *phIvasDec != NULL ) { return IVAS_ERR_WRONG_PARAMS; } #endif /*-----------------------------------------------------------------* * Allocate and initialize IVAS application decoder handle *-----------------------------------------------------------------*/ Loading Loading
lib_dec/lib_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -206,18 +206,18 @@ ivas_error IVAS_DEC_Open( IVAS_DEC_HANDLE hIvasDec; Decoder_Struct *st_ivas; #ifdef FIX_FMSW_DEC if ( phIvasDec == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } #endif #ifdef FIX_FMSW_DEC if ( *phIvasDec != NULL ) { return IVAS_ERR_WRONG_PARAMS; } #endif /*-----------------------------------------------------------------* * Allocate and initialize IVAS application decoder handle *-----------------------------------------------------------------*/ Loading