# HG changeset patch # User diego # Date 1234629815 0 # Node ID e4d2897f4bef8358352a5ca8579ab335bfbcf377 # Parent 6668230121083effed73f99223c4823a79f3a107 Fix compilation: Restore mistakenly removed constant definitions. diff -r 666823012108 -r e4d2897f4bef xvmc.h --- 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 +//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