From 4440bd0da42f77369a9ba3e857e7f39e4250e481 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 20:37:14 +0000 Subject: Add xvmc_internal.h that contains all internal xvmc function declarations. This allows getting rid of a bunch of ugly forward declarations. Originally committed as revision 17280 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpeg12.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libavcodec/mpeg12.c') diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 14754eca9c..81c7342cfe 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -35,6 +35,7 @@ #include "mpeg12decdata.h" #include "bytestream.h" #include "vdpau_internal.h" +#include "xvmc_internal.h" //#undef NDEBUG //#include @@ -61,11 +62,6 @@ static inline int mpeg2_fast_decode_block_intra(MpegEncContext *s, DCTELEM *bloc static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred); static void exchange_uv(MpegEncContext *s); -int ff_xvmc_field_start(MpegEncContext *s, AVCodecContext *avctx); -int ff_xvmc_field_end(MpegEncContext *s); -void ff_xvmc_pack_pblocks(MpegEncContext *s,int cbp); -void ff_xvmc_init_block(MpegEncContext *s);//set s->block - static const enum PixelFormat pixfmt_xvmc_mpg2_420[] = { PIX_FMT_XVMC_MPEG2_IDCT, PIX_FMT_XVMC_MPEG2_MC, -- cgit v1.2.3