# HG changeset patch # User diego # Date 1234724358 0 # Node ID ef4e7c8e322abbba94fbe02ca8ea28fb541b0c7b # Parent b978ca882917f95050dee8bb0f478ce42aa41c46 Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. diff -r b978ca882917 -r ef4e7c8e322a xvmc.h --- a/xvmc.h Sun Feb 15 18:45:22 2009 +0000 +++ b/xvmc.h Sun Feb 15 18:59:18 2009 +0000 @@ -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