]> git.sesse.net Git - vlc/commitdiff
* Forgot a file in my last commit.
authorSam Hocevar <sam@videolan.org>
Sun, 30 Dec 2001 05:46:14 +0000 (05:46 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 30 Dec 2001 05:46:14 +0000 (05:46 +0000)
src/input/input_ext-dec.c

index 1ba58409ca7ad7423b41c9611e39034c9f0668bd..9706b4bdc30c16eb93241e8934f85c4c1fa6b932 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-dec.c: services to the decoders
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_ext-dec.c,v 1.24 2001/12/30 05:38:44 sam Exp $
+ * $Id: input_ext-dec.c,v 1.25 2001/12/30 05:46:14 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -87,9 +87,9 @@ void InitBitstream( bit_stream_t * p_bit_stream, decoder_fifo_t * p_fifo,
 }
 
 /*****************************************************************************
- * EmptyFifo : an error occured, use this function to empty the fifo
+ * DecoderError : an error occured, use this function to empty the fifo
  *****************************************************************************/
-void EmptyFifo( decoder_fifo_t * p_fifo )
+void DecoderError( decoder_fifo_t * p_fifo )
 {
     /* We take the lock, because we are going to read/write the start/end
      * indexes of the decoder fifo */