comparison xvmc.h @ 8841:e4d2897f4bef libavcodec

Fix compilation: Restore mistakenly removed constant definitions.
author diego
date Sat, 14 Feb 2009 16:43:35 +0000
parents 666823012108
children 00c1d62c3852
comparison
equal deleted inserted replaced
8840:666823012108 8841:e4d2897f4bef
27 #include <X11/extensions/Xv.h> 27 #include <X11/extensions/Xv.h>
28 #include <X11/extensions/Xvlib.h> 28 #include <X11/extensions/Xvlib.h>
29 #include <X11/extensions/XvMClib.h> 29 #include <X11/extensions/XvMClib.h>
30 30
31 31
32 //the surface should be shown, the video driver manipulates this
33 #define MP_XVMC_STATE_DISPLAY_PENDING 1
34 //the surface is needed for prediction, the codec manipulates this
35 #define MP_XVMC_STATE_PREDICTION 2
36 //this surface is needed for subpicture rendering
37 #define MP_XVMC_STATE_OSD_SOURCE 4
32 // 1337 IDCT MCo 38 // 1337 IDCT MCo
33 #define MP_XVMC_RENDER_MAGIC 0x1DC711C0 39 #define MP_XVMC_RENDER_MAGIC 0x1DC711C0
34 40
35 struct xvmc_render_state { 41 struct xvmc_render_state {
36 //these are not changed by the decoder! 42 //these are not changed by the decoder!