diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 02:36:43 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 02:36:43 +0000 |
commit | a0723a4d842a32f2c51840e588d107ab3ff84c17 (patch) | |
tree | 7246303eb39db9c51590af37a45dc8b755c6026c /libavcodec/xvmc.h | |
parent | 49674dd05235d45caeac0129c1e9dc0bcfea14ea (diff) | |
download | ffmpeg-a0723a4d842a32f2c51840e588d107ab3ff84c17.tar.gz |
Give a little better name to the magic(_id) field in xvmc struct
Originally committed as revision 17310 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 e011ac736a..4391590640 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -36,7 +36,7 @@ struct xvmc_render_state { /** set by calling application */ //@{ - int magic; ///< used as a check against memory corruption by regular pixel routines + int magic_id; ///< used as a check against memory corruption by regular pixel routines or other API structure short* data_blocks; XvMCMacroBlock* mv_blocks; |