Commit d7eae1f5 authored by Christophe Massiot's avatar Christophe Massiot

Another mistake.

parent b85d38f0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* input_clock.c: Clock/System date convertions, stream management * input_clock.c: Clock/System date convertions, stream management
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * Copyright (C) 1999, 2000 VideoLAN
* $Id: input_clock.c,v 1.3 2001/02/07 17:44:52 massiot Exp $ * $Id: input_clock.c,v 1.4 2001/02/07 17:56:21 massiot Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -200,7 +200,7 @@ void input_ClockManageRef( input_thread_t * p_input, ...@@ -200,7 +200,7 @@ void input_ClockManageRef( input_thread_t * p_input,
intf_WarnMsg( 3, "Clock gap, unexpected stream discontinuity" ); intf_WarnMsg( 3, "Clock gap, unexpected stream discontinuity" );
input_ClockInit( p_pgrm ); input_ClockInit( p_pgrm );
p_pgrm->i_synchro_state = SYNCHRO_START; p_pgrm->i_synchro_state = SYNCHRO_START;
input_EscapeDiscontinuity( p_input, p_pgrm ); EscapeDiscontinuity( p_input, p_pgrm );
} }
p_pgrm->last_cr = i_clock; p_pgrm->last_cr = i_clock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment