[FFmpeg-cvslog] r17240 - trunk/libavcodec/xvmc.h

diego subversion
Sat Feb 14 17:43:36 CET 2009


Author: diego
Date: Sat Feb 14 17:43:35 2009
New Revision: 17240

Log:
Fix compilation: Restore mistakenly removed constant definitions.

Modified:
   trunk/libavcodec/xvmc.h

Modified: trunk/libavcodec/xvmc.h
==============================================================================
--- trunk/libavcodec/xvmc.h	Sat Feb 14 17:37:30 2009	(r17239)
+++ trunk/libavcodec/xvmc.h	Sat Feb 14 17:43:35 2009	(r17240)
@@ -29,6 +29,12 @@
 #include <X11/extensions/XvMClib.h>
 
 
+//the surface should be shown, the video driver manipulates this
+#define MP_XVMC_STATE_DISPLAY_PENDING 1
+//the surface is needed for prediction, the codec manipulates this
+#define MP_XVMC_STATE_PREDICTION 2
+//this surface is needed for subpicture rendering
+#define MP_XVMC_STATE_OSD_SOURCE 4
 //                     1337    IDCT MCo
 #define MP_XVMC_RENDER_MAGIC 0x1DC711C0
 




More information about the ffmpeg-cvslog mailing list