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