diff xvmc.h @ 8910:a11771712f48 libavcodec

Give a little better name to the magic(_id) field in xvmc struct
author iive
date Sun, 15 Feb 2009 02:36:43 +0000
parents ac0ad123e3f0
children c9d7846799ac
line wrap: on
line diff
--- a/xvmc.h	Sun Feb 15 02:27:55 2009 +0000
+++ b/xvmc.h	Sun Feb 15 02:36:43 2009 +0000
@@ -36,7 +36,7 @@
 struct xvmc_render_state {
 /** set by calling application */
 //@{
-    int             magic;                        ///< used as a check against memory corruption by regular pixel routines
+    int             magic_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure
 
     short*          data_blocks;
     XvMCMacroBlock* mv_blocks;