Commit cd23222e authored by iive's avatar iive

Rename xvmc flags to follow ffmpeg AV_ notion.

preserve MP_ ones until next major bump.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17245 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent decd0e34
......@@ -38,6 +38,13 @@
// 1337 IDCT MCo
#define AV_XVMC_RENDER_MAGIC 0x1DC711C0
#if LIBAVCODEC_VERSION_MAJOR < 53
#define MP_XVMC_STATE_DISPLAY_PENDING AV_XVMC_STATE_DISPLAY_PENDING
#define MP_XVMC_STATE_PREDICTION AV_XVMC_STATE_PREDICTION
#define MP_XVMC_STATE_OSD_SOURCE AV_XVMC_STATE_OSD_SOURCE
#define MP_XVMC_RENDER_MAGIC AV_XVMC_RENDER_MAGIC
#endif
struct xvmc_render_state {
//these are not changed by the decoder!
int magic; ///< used as check for memory corruption by regular pixel routines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment