Kill the magic field in xvmc structure.

Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivan Kalvachev
2009-02-15 17:21:37 +00:00
parent 9043202e6e
commit 11f8aa042d
2 changed files with 6 additions and 6 deletions

View File

@ -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;