comparison xvmc.h @ 8910:a11771712f48 libavcodec

Give a little better name to the magic(_id) field in xvmc struct
author iive
date Sun, 15 Feb 2009 02:36:43 +0000
parents ac0ad123e3f0
children c9d7846799ac
comparison
equal deleted inserted replaced
8909:1206da4b90b1 8910:a11771712f48
34 // 1337 IDCT MCo 34 // 1337 IDCT MCo
35 35
36 struct xvmc_render_state { 36 struct xvmc_render_state {
37 /** set by calling application */ 37 /** set by calling application */
38 //@{ 38 //@{
39 int magic; ///< used as a check against memory corruption by regular pixel routines 39 int magic_id; ///< used as a check against memory corruption by regular pixel routines or other API structure
40 40
41 short* data_blocks; 41 short* data_blocks;
42 XvMCMacroBlock* mv_blocks; 42 XvMCMacroBlock* mv_blocks;
43 int total_number_of_mv_blocks; 43 int total_number_of_mv_blocks;
44 int total_number_of_data_blocks; 44 int total_number_of_data_blocks;