[PATCH] Fix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

Antoine Lejeune phytos at videolan.org
Thu Apr 24 03:02:40 CEST 2008


---
 src/input/input.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index 0146d46..ba652c8 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -952,6 +952,7 @@ static void StartTitle( input_thread_t * p_input )
     p_input->p->i_start = I64C(1000000) * var_GetInteger( p_input, "start-time" );
     p_input->p->i_stop  = I64C(1000000) * var_GetInteger( p_input, "stop-time" );
     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 )
     {
         msg_Warn( p_input, "invalid run-time ignored" );
-- 
1.5.4.5


--MGYHOYXEY6WxJCY8--


More information about the vlc-devel mailing list