[vlc-devel] [PATCH] Fix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

Antoine Cellerier dionoea at videolan.org
Thu Apr 24 11:12:21 CEST 2008


On Thu, Apr 24, 2008, Antoine Lejeune wrote:
>      p_input->p->i_run   = I64C(1000000) * var_GetInteger( p_input, "run-time" );
> +    val.i_time = var_GetTime( p_input, "length" );
>      if( p_input->p->i_run < 0 )

Looks fine to me although adding an i_length variable might be better to
prevent such a problem from showing up next time someone moves the code.

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list