diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-15 18:59:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-15 18:59:18 +0000 |
commit | e98b47557bba168bffd78eb46f0e9ecbdac6c02a (patch) | |
tree | 18d892997f736bde3a98514fbab2e50ab4d04198 /libavcodec | |
parent | 1fcef40847b9beab5b1979c10efd78aa1094dbe7 (diff) | |
download | ffmpeg-e98b47557bba168bffd78eb46f0e9ecbdac6c02a.tar.gz |
Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.
Originally committed as revision 17342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/xvmc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 5c879579fe..993f8c6779 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -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 |