Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-14 23:37:14 +0300
committerDiego Biurrun <diego@biurrun.de>2009-02-14 23:37:14 +0300
commit4440bd0da42f77369a9ba3e857e7f39e4250e481 (patch)
treed2b43d70778239ae225d84c81a9bee57857d59d5 /libavcodec/mpegvideo_xvmc.c
parent6e2803405d3dcab99a8cf5261515acb7b3b1c47c (diff)
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
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r--libavcodec/mpegvideo_xvmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c
index 5a6105af05..b05a49505f 100644
--- a/libavcodec/mpegvideo_xvmc.c
+++ b/libavcodec/mpegvideo_xvmc.c
@@ -29,6 +29,7 @@
#include <assert.h>
#include "xvmc.h"
+#include "xvmc_internal.h"
//set s->block
void ff_xvmc_init_block(MpegEncContext *s)