diff xvmc.h @ 8924:b42265a3f170 libavcodec

Kill the magic field in xvmc structure.
author iive
date Sun, 15 Feb 2009 17:21:37 +0000
parents 20da0a97b95f
children 23051e3e9d25
line wrap: on
line diff
--- a/xvmc.h	Sun Feb 15 16:54:02 2009 +0000
+++ b/xvmc.h	Sun Feb 15 17:21:37 2009 +0000
@@ -38,7 +38,7 @@
     Once set these values are not supposed to be modified.
 */
 //@{
-    int             magic_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure
+    int             unique_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure
 
     short*          data_blocks;
     XvMCMacroBlock* mv_blocks;