comparison xvmc.h @ 8838:2385ba645d7e libavcodec

Describe the purpose of magic in xvmc structure.
author iive
date Sat, 14 Feb 2009 16:24:45 +0000
parents 92bd4156f0f1
children 88477203beee
comparison
equal deleted inserted replaced
8837:867767165fa8 8838:2385ba645d7e
38 // 1337 IDCT MCo 38 // 1337 IDCT MCo
39 #define MP_XVMC_RENDER_MAGIC 0x1DC711C0 39 #define MP_XVMC_RENDER_MAGIC 0x1DC711C0
40 40
41 struct xvmc_render_state { 41 struct xvmc_render_state {
42 //these are not changed by the decoder! 42 //these are not changed by the decoder!
43 int magic; 43 int magic; ///< used as check for memory corruption by regular pixel routines
44 44
45 short * data_blocks; 45 short * data_blocks;
46 XvMCMacroBlock * mv_blocks; 46 XvMCMacroBlock * mv_blocks;
47 int total_number_of_mv_blocks; 47 int total_number_of_mv_blocks;
48 int total_number_of_data_blocks; 48 int total_number_of_data_blocks;