comparison xvmc.h @ 8925:23051e3e9d25 libavcodec

Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
author diego
date Sun, 15 Feb 2009 17:42:08 +0000
parents b42265a3f170
children b978ca882917
comparison
equal deleted inserted replaced
8924:b42265a3f170 8925:23051e3e9d25
31 #define AV_XVMC_STATE_OSD_SOURCE 4 /** this surface is needed for subpicture rendering */ 31 #define AV_XVMC_STATE_OSD_SOURCE 4 /** this 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_RENDER_MAGIC 0x1DC711C0 /**< magic value to ensure that regular pixel routines haven't corrupted the struct */
34 // 1337 IDCT MCo 34 // 1337 IDCT MCo
35 35
36 struct xvmc_pixfmt_render { 36 struct xvmc_pix_fmt {
37 /** Set by calling application 37 /** Set by calling application
38 Once set these values are not supposed to be modified. 38 Once set these values are not supposed to be modified.
39 */ 39 */
40 //@{ 40 //@{
41 int unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure 41 int unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure