comparison 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
comparison
equal deleted inserted replaced
8880:d8f9926e684d 8881:f8042554d4c8
27 27
28 #undef NDEBUG 28 #undef NDEBUG
29 #include <assert.h> 29 #include <assert.h>
30 30
31 #include "xvmc.h" 31 #include "xvmc.h"
32 #include "xvmc_internal.h"
32 33
33 //set s->block 34 //set s->block
34 void ff_xvmc_init_block(MpegEncContext *s) 35 void ff_xvmc_init_block(MpegEncContext *s)
35 { 36 {
36 struct xvmc_render_state *render; 37 struct xvmc_render_state *render;