]> git.sesse.net Git - vlc/commitdiff
Another mistake.
authorChristophe Massiot <massiot@videolan.org>
Wed, 7 Feb 2001 17:56:21 +0000 (17:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 7 Feb 2001 17:56:21 +0000 (17:56 +0000)
src/input/input_clock.c

index 0c78cac15769fd115cf8c41dbde439b091e2fad3..9f1b0bddddbb1c5b665db68795ce7125e42c31af 100644 (file)
@@ -2,7 +2,7 @@
  * input_clock.c: Clock/System date convertions, stream management
  *****************************************************************************
  * 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>
  *
@@ -200,7 +200,7 @@ void input_ClockManageRef( input_thread_t * p_input,
             intf_WarnMsg( 3, "Clock gap, unexpected stream discontinuity" );
             input_ClockInit( p_pgrm );
             p_pgrm->i_synchro_state = SYNCHRO_START;
-            input_EscapeDiscontinuity( p_input, p_pgrm );
+            EscapeDiscontinuity( p_input, p_pgrm );
         }
 
         p_pgrm->last_cr = i_clock;