diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-15 20:45:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-15 20:45:33 +0000 |
commit | 4e30fa6e7b0829863ed4bacd6b89e4d8477a5452 (patch) | |
tree | 07b26d90d63885bbb65ea135a8931fa22f90c261 /libavcodec/xvmc.h | |
parent | c1b0210115982f87cd9f55044586c3338a29b4d5 (diff) | |
download | ffmpeg-4e30fa6e7b0829863ed4bacd6b89e4d8477a5452.tar.gz |
Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
change in the name of the struct member xvmc_id.
Originally committed as revision 17348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 33b4fe7c57..eaad3cc851 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -30,7 +30,7 @@ #define AV_XVMC_STATE_PREDICTION 2 /** the surface is needed for prediction, the codec manipulates this */ #define AV_XVMC_STATE_OSD_SOURCE 4 /** the 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 +#define AV_XVMC_ID 0x1DC711C0 /**< special 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 { |