mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
Kill the magic field in xvmc structure.
Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user