]> git.sesse.net Git - vlc/blobdiff - plugins/idct/vdec_block_c.c
* Fixed the BeOS compile typo.
[vlc] / plugins / idct / vdec_block_c.c
index 9bba8cf1e73949e1243a2e42fa703ae3655e78fc..8db93198e346dc2e0c59ad8d84f6605cb16a1f9f 100644 (file)
@@ -2,7 +2,7 @@
  * vdec_block_c.c: Macroblock copy functions in C
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: vdec_block_c.c,v 1.1 2001/05/06 04:32:02 sam Exp $
+ * $Id: vdec_block_c.c,v 1.2 2001/05/30 17:03:12 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -66,9 +66,9 @@ static u8  pi_crop_buf[VDEC_CROPRANGE];
 static u8 *pi_crop;
 
 /*****************************************************************************
- * vdec_Init: initialize video decoder thread
+ * vdec_InitDecode: initialize video decoder thread
  *****************************************************************************/
-void _M( vdec_Init ) ( vdec_thread_t *p_vdec )
+void _M( vdec_InitDecode ) ( vdec_thread_t *p_vdec )
 {
     int i_dummy;