comparison xvmc.h @ 8924:b42265a3f170 libavcodec

Kill the magic field in xvmc structure.
author iive
date Sun, 15 Feb 2009 17:21:37 +0000
parents 20da0a97b95f
children 23051e3e9d25
comparison
equal deleted inserted replaced
8923:7117ea11df1e 8924:b42265a3f170
36 struct xvmc_pixfmt_render { 36 struct xvmc_pixfmt_render {
37 /** Set by calling application 37 /** Set by calling application
38 Once set these values are not supposed to be modified. 38 Once set these values are not supposed to be modified.
39 */ 39 */
40 //@{ 40 //@{
41 int magic_id; ///< used as a check against memory corruption by regular pixel routines or other API structure 41 int unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure
42 42
43 short* data_blocks; 43 short* data_blocks;
44 XvMCMacroBlock* mv_blocks; 44 XvMCMacroBlock* mv_blocks;
45 int total_number_of_mv_blocks; 45 int total_number_of_mv_blocks;
46 int total_number_of_data_blocks; 46 int total_number_of_data_blocks;