summaryrefslogtreecommitdiffstats
path: root/xvmc_render.h
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-21 21:02:34 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-21 21:02:34 +0000
commitc8e37be59a7f3e32c6e309dffb04c8834925b647 (patch)
tree1eebef55eba1f98e557910b22c4b562171fc7993 /xvmc_render.h
parent5f26ad53e45d49f3bad18875ce7844981d80b9e8 (diff)
downloadmpv-c8e37be59a7f3e32c6e309dffb04c8834925b647.tar.bz2
mpv-c8e37be59a7f3e32c6e309dffb04c8834925b647.tar.xz
sync to ffmpeg, updates, cleanups
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10453 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xvmc_render.h')
-rw-r--r--xvmc_render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xvmc_render.h b/xvmc_render.h
index 13d6c5cb7a..2130d4412d 100644
--- a/xvmc_render.h
+++ b/xvmc_render.h
@@ -21,10 +21,11 @@ typedef struct{
XvMCMacroBlock * mv_blocks;
int total_number_of_mv_blocks;
int total_number_of_data_blocks;
+ int mc_type;//XVMC_MPEG1/2/4,XVMC_H263 without XVMC_IDCT
int idct;//does we use IDCT acceleration?
int chroma_format;//420,422,444
int unsigned_intra;//+-128 for intra pictures after clip
- int reserved1[14];//future extenstions (e.g. gmc,qpel)
+ int reserved1[13];//future extenstions (e.g. gmc,qpel)
XvMCSurface* p_surface;//pointer to rendered surface, never changed
//these are changed by decoder