diff mpegvideo_xvmc.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 d8f9926e684d
children a054304f57d4
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Sat Feb 14 20:35:10 2009 +0000
+++ b/mpegvideo_xvmc.c	Sat Feb 14 20:37:14 2009 +0000
@@ -29,6 +29,7 @@
 #include <assert.h>
 
 #include "xvmc.h"
+#include "xvmc_internal.h"
 
 //set s->block
 void ff_xvmc_init_block(MpegEncContext *s)