diff xvmc.h @ 8927:b978ca882917 libavcodec

Rename unique_id to the way michaelni likes it. (xvmc_id)
author iive
date Sun, 15 Feb 2009 18:45:22 +0000
parents 23051e3e9d25
children ef4e7c8e322a
line wrap: on
line diff
--- a/xvmc.h	Sun Feb 15 18:30:39 2009 +0000
+++ b/xvmc.h	Sun Feb 15 18:45:22 2009 +0000
@@ -38,7 +38,7 @@
     Once set these values are not supposed to be modified.
 */
 //@{
-    int             unique_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure
+    int             xvmc_id;                      ///< used as a check against memory corruption by regular pixel routines or other API structure
 
     short*          data_blocks;
     XvMCMacroBlock* mv_blocks;