[Mplayer-cvslog] CVS: main xvmc_render.h,1.1,1.2

Ivan Kalvachev CVS iive at mplayerhq.hu
Mon Jul 21 23:02:37 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv17646

Modified Files:
	xvmc_render.h 
Log Message:
sync to ffmpeg, updates, cleanups

Index: xvmc_render.h
===================================================================
RCS file: /cvsroot/mplayer/main/xvmc_render.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xvmc_render.h	1 Jul 2003 22:02:17 -0000	1.1
+++ xvmc_render.h	21 Jul 2003 21:02:34 -0000	1.2
@@ -21,10 +21,11 @@
   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



More information about the MPlayer-cvslog mailing list