diff mpegvideo.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 bb358e5acde4
children 886ef38c7b36
line wrap: on
line diff
--- a/mpegvideo.c	Sat Feb 14 20:35:10 2009 +0000
+++ b/mpegvideo.c	Sat Feb 14 20:37:14 2009 +0000
@@ -34,6 +34,7 @@
 #include "mjpegenc.h"
 #include "msmpeg4.h"
 #include "faandct.h"
+#include "xvmc_internal.h"
 #include <limits.h>
 
 //#undef NDEBUG
@@ -54,10 +55,6 @@
 static void dct_unquantize_h263_inter_c(MpegEncContext *s,
                                   DCTELEM *block, int n, int qscale);
 
-int  ff_xvmc_field_start(MpegEncContext*s, AVCodecContext *avctx);
-void ff_xvmc_field_end(MpegEncContext *s);
-void ff_xvmc_decode_mb(MpegEncContext *s);
-
 
 /* enable all paranoid tests for rounding, overflows, etc... */
 //#define PARANOID