comparison xvmc.h @ 8927:b978ca882917 libavcodec

Rename unique_id to the way michaelni likes it. (xvmc_id)
author iive
date Sun, 15 Feb 2009 18:45:22 +0000
parents 23051e3e9d25
children ef4e7c8e322a
comparison
equal deleted inserted replaced
8926:b8da7a21372c 8927:b978ca882917
36 struct xvmc_pix_fmt { 36 struct xvmc_pix_fmt {
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 unique_id; ///< used as a check against memory corruption by regular pixel routines or other API structure 41 int xvmc_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;