X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvideo_decoder.h;h=11c5be774745bb5a288b2d155a3686c18c57e8d5;hb=440f9992ee947ea5fd0debbf35fdd1011c6404b3;hp=6a0c056713efcb545d42c31e070878a5484c854f;hpb=1ffe943ec5e34e24199546b386114bb67586855a;p=vlc diff --git a/include/video_decoder.h b/include/video_decoder.h index 6a0c056713..11c5be7747 100644 --- a/include/video_decoder.h +++ b/include/video_decoder.h @@ -2,7 +2,7 @@ * video_decoder.h : video decoder thread ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: video_decoder.h,v 1.23 2001/05/06 04:32:02 sam Exp $ + * $Id: video_decoder.h,v 1.24 2001/05/30 17:03:11 sam Exp $ * * Authors: Christophe Massiot * @@ -55,7 +55,7 @@ typedef struct vdec_thread_s dctelem_t p_pre_idct[64*64]; /* Macroblock copy functions */ - 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 * );