diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 17:21:37 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 17:21:37 +0000 |
commit | 11f8aa042dc4708d3d80465fa44aefd116a9bf77 (patch) | |
tree | bfd9d09a54adca1264249a90ea63d0fee50367c1 /libavcodec/xvmc.h | |
parent | 9043202e6e4a9711a4ea0519876cbc50674402e9 (diff) | |
download | ffmpeg-11f8aa042dc4708d3d80465fa44aefd116a9bf77.tar.gz |
Kill the magic field in xvmc structure.
Originally committed as revision 17338 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 71846f315a..2c189ff80f 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -38,7 +38,7 @@ struct xvmc_pixfmt_render { Once set these values are not supposed to be modified. */ //@{ - int magic_id; ///< used as a check against memory corruption by regular pixel routines or other API structure + int unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure short* data_blocks; XvMCMacroBlock* mv_blocks; |