diff mpeg12.c @ 8881:f8042554d4c8 libavcodec

Add xvmc_internal.h that contains all internal xvmc function declarations. This allows getting rid of a bunch of ugly forward declarations.
author diego
date Sat, 14 Feb 2009 20:37:14 +0000
parents 6ce8ebfc9d86
children 0b4d9fa01b59
line wrap: on
line diff
--- a/mpeg12.c	Sat Feb 14 20:35:10 2009 +0000
+++ b/mpeg12.c	Sat Feb 14 20:37:14 2009 +0000
@@ -35,6 +35,7 @@
 #include "mpeg12decdata.h"
 #include "bytestream.h"
 #include "vdpau_internal.h"
+#include "xvmc_internal.h"
 
 //#undef NDEBUG
 //#include <assert.h>
@@ -61,11 +62,6 @@
 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,