diff xvmc.h @ 8845:aee8c48ff4b0 libavcodec

Give public #defines that are used by MPlayer an AV_ prefix.
author diego
date Sat, 14 Feb 2009 17:12:25 +0000
parents 00c1d62c3852
children 9e3956a4fd28
line wrap: on
line diff
--- a/xvmc.h	Sat Feb 14 17:04:09 2009 +0000
+++ b/xvmc.h	Sat Feb 14 17:12:25 2009 +0000
@@ -30,13 +30,13 @@
 
 
 //the surface should be shown, the video driver manipulates this
-#define MP_XVMC_STATE_DISPLAY_PENDING 1
+#define AV_XVMC_STATE_DISPLAY_PENDING 1
 //the surface is needed for prediction, the codec manipulates this
-#define MP_XVMC_STATE_PREDICTION 2
+#define AV_XVMC_STATE_PREDICTION 2
 //this surface is needed for subpicture rendering
-#define MP_XVMC_STATE_OSD_SOURCE 4
+#define AV_XVMC_STATE_OSD_SOURCE 4
 //                     1337    IDCT MCo
-#define MP_XVMC_RENDER_MAGIC 0x1DC711C0
+#define AV_XVMC_RENDER_MAGIC 0x1DC711C0
 
 struct xvmc_render_state {
     //these are not changed by the decoder!