comparison xvmc.h @ 8934:a613cd6b6071 libavcodec

Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar change in the name of the struct member xvmc_id.
author diego
date Sun, 15 Feb 2009 20:45:33 +0000
parents 9f596cd79411
children c1ee9b462f9e
comparison
equal deleted inserted replaced
8933:678fc8612787 8934:a613cd6b6071
28 #if LIBAVCODEC_VERSION_MAJOR < 53 28 #if LIBAVCODEC_VERSION_MAJOR < 53
29 #define AV_XVMC_STATE_DISPLAY_PENDING 1 /** the surface should be shown, the video driver manipulates this */ 29 #define AV_XVMC_STATE_DISPLAY_PENDING 1 /** the surface should be shown, the video driver manipulates this */
30 #define AV_XVMC_STATE_PREDICTION 2 /** the surface is needed for prediction, the codec manipulates this */ 30 #define AV_XVMC_STATE_PREDICTION 2 /** the surface is needed for prediction, the codec manipulates this */
31 #define AV_XVMC_STATE_OSD_SOURCE 4 /** the surface is needed for subpicture rendering */ 31 #define AV_XVMC_STATE_OSD_SOURCE 4 /** the surface is needed for subpicture rendering */
32 #endif 32 #endif
33 #define AV_XVMC_RENDER_MAGIC 0x1DC711C0 /**< magic value to ensure that regular pixel routines haven't corrupted the struct 33 #define AV_XVMC_ID 0x1DC711C0 /**< special value to ensure that regular pixel routines haven't corrupted the struct
34 the number is 1337 speak for the letters IDCT MCo (motion compensation) */ 34 the number is 1337 speak for the letters IDCT MCo (motion compensation) */
35 35
36 struct xvmc_pix_fmt { 36 struct xvmc_pix_fmt {
37 /** Set by the calling application. 37 /** Set by the calling application.
38 Once set these values are not supposed to be modified. 38 Once set these values are not supposed to be modified.