X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvideo_parser.h;h=55142a296e2f3eafc35111a3402e05fd4495e72d;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=78ffff7843e9d8d11f6b4614651cbf236471a16a;hpb=c8c99b214eff8e62c0dfb83f4c3157f9e42d3e8a;p=vlc diff --git a/include/video_parser.h b/include/video_parser.h index 78ffff7843..55142a296e 100644 --- a/include/video_parser.h +++ b/include/video_parser.h @@ -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 * @@ -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 * );