diff 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
line wrap: on
line diff
--- a/xvmc.h	Sun Feb 15 20:45:10 2009 +0000
+++ b/xvmc.h	Sun Feb 15 20:45:33 2009 +0000
@@ -30,7 +30,7 @@
 #define AV_XVMC_STATE_PREDICTION               2  /**  the surface is needed for prediction, the codec manipulates this */
 #define AV_XVMC_STATE_OSD_SOURCE               4  /**  the surface is needed for subpicture rendering */
 #endif
-#define AV_XVMC_RENDER_MAGIC          0x1DC711C0  /**< magic value to ensure that regular pixel routines haven't corrupted the struct
+#define AV_XVMC_ID                    0x1DC711C0  /**< special value to ensure that regular pixel routines haven't corrupted the struct
                                                        the number is 1337 speak for the letters IDCT MCo (motion compensation) */
 
 struct xvmc_pix_fmt {