[FFmpeg-cvslog] r17342 - trunk/libavcodec/xvmc.h

diego subversion
Sun Feb 15 19:59:18 CET 2009


Author: diego
Date: Sun Feb 15 19:59:18 2009
New Revision: 17342

Log:
Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.

Modified:
   trunk/libavcodec/xvmc.h

Modified: trunk/libavcodec/xvmc.h
==============================================================================
--- trunk/libavcodec/xvmc.h	Sun Feb 15 19:45:22 2009	(r17341)
+++ trunk/libavcodec/xvmc.h	Sun Feb 15 19:59:18 2009	(r17342)
@@ -30,8 +30,8 @@
 #define AV_XVMC_STATE_PREDICTION               2  /**  the surface is needed for prediction, the codec manipulates this */
 #define AV_XVMC_STATE_OSD_SOURCE               4  /**  this 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 */
-//                                 1337 IDCT MCo
+#define AV_XVMC_RENDER_MAGIC          0x1DC711C0  /**< magic 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 {
 /** Set by calling application




More information about the ffmpeg-cvslog mailing list