From 1aa7abb28118f6e3b0596dbd1cc9f580fef126e1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 16:43:35 +0000 Subject: Fix compilation: Restore mistakenly removed constant definitions. Originally committed as revision 17240 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavcodec/xvmc.h') diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 975b93a3eb..9af5bc3bae 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -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 -- cgit v1.2.3