changeset 8841:e4d2897f4bef libavcodec

Fix compilation: Restore mistakenly removed constant definitions.
author diego
date Sat, 14 Feb 2009 16:43:35 +0000
parents 666823012108
children 6491f179eff0
files xvmc.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xvmc.h	Sat Feb 14 16:37:30 2009 +0000
+++ b/xvmc.h	Sat Feb 14 16:43:35 2009 +0000
@@ -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