Loading lib_enc/ivas_sce_enc_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -612,10 +612,6 @@ ivas_error create_evs_sce_enc_fx( /*-----------------------------------------------------------------* * Bitstream *-----------------------------------------------------------------*/ IF( ( st_fx->hBstr = (BSTR_ENC_HANDLE) malloc( sizeof( BSTR_ENC_DATA ) ) ) == NULL ) { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Bitstream structure\n" ) ); } /* set pointer to the buffer of indices */ st_fx->hBstr->ind_list = st_ivas->ind_list; Loading Loading
lib_enc/ivas_sce_enc_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -612,10 +612,6 @@ ivas_error create_evs_sce_enc_fx( /*-----------------------------------------------------------------* * Bitstream *-----------------------------------------------------------------*/ IF( ( st_fx->hBstr = (BSTR_ENC_HANDLE) malloc( sizeof( BSTR_ENC_DATA ) ) ) == NULL ) { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Bitstream structure\n" ) ); } /* set pointer to the buffer of indices */ st_fx->hBstr->ind_list = st_ivas->ind_list; Loading