Loading lib_dec/lib_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -3954,6 +3954,8 @@ static ivas_error set_pcm_buffer_to_zero( { ivas_error error; error = IVAS_ERR_OK; switch ( pcmType ) { case IVAS_DEC_PCM_FLOAT: Loading @@ -3966,7 +3968,7 @@ static ivas_error set_pcm_buffer_to_zero( error = IVAS_ERR_INTERNAL; } return IVAS_ERR_OK; return error; } Loading Loading
lib_dec/lib_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -3954,6 +3954,8 @@ static ivas_error set_pcm_buffer_to_zero( { ivas_error error; error = IVAS_ERR_OK; switch ( pcmType ) { case IVAS_DEC_PCM_FLOAT: Loading @@ -3966,7 +3968,7 @@ static ivas_error set_pcm_buffer_to_zero( error = IVAS_ERR_INTERNAL; } return IVAS_ERR_OK; return error; } Loading