#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/Xatom.h>#include <X11/extensions/Xv.h>#include <X11/extensions/Xvlib.h>#include <X11/extensions/XvMClib.h>Go to the source code of this file.
Data Structures | |
| struct | xvmc_render_state_t |
Defines | |
| #define | MP_XVMC_STATE_DISPLAY_PENDING 1 |
| #define | MP_XVMC_STATE_PREDICTION 2 |
| #define | MP_XVMC_STATE_OSD_SOURCE 4 |
| #define | MP_XVMC_RENDER_MAGIC 0x1DC711C0 |
| #define MP_XVMC_RENDER_MAGIC 0x1DC711C0 |
Definition at line 39 of file xvmc_render.h.
| #define MP_XVMC_STATE_DISPLAY_PENDING 1 |
Definition at line 33 of file xvmc_render.h.
| #define MP_XVMC_STATE_OSD_SOURCE 4 |
Definition at line 37 of file xvmc_render.h.
| #define MP_XVMC_STATE_PREDICTION 2 |
Definition at line 35 of file xvmc_render.h.
1.5.6