]> git.sesse.net Git - vlc/blobdiff - include/video_parser.h
* Fixed the BeOS compile typo.
[vlc] / include / video_parser.h
index 78ffff7843e9d8d11f6b4614651cbf236471a16a..55142a296e2f3eafc35111a3402e05fd4495e72d 100644 (file)
@@ -2,7 +2,7 @@
  * video_parser.h : video parser thread
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: video_parser.h,v 1.34 2001/05/06 04:32:02 sam Exp $
+ * $Id: video_parser.h,v 1.35 2001/05/30 17:03:11 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -141,7 +141,7 @@ typedef struct vpar_thread_s
     void ( * pf_sparse_idct ) ( struct vdec_thread_s *, dctelem_t*, int );
     void ( * pf_idct )        ( struct vdec_thread_s *, dctelem_t*, int );
     void ( * pf_norm_scan )   ( u8 ppi_scan[2][64] );
-    void ( * pf_vdec_init )   ( struct vdec_thread_s * );
+    void ( * pf_decode_init ) ( struct vdec_thread_s * );
     void ( * pf_decode_mb_c ) ( struct vdec_thread_s *, struct macroblock_s * );
     void ( * pf_decode_mb_bw )( struct vdec_thread_s *, struct macroblock_s * );