comparison xvmc.h @ 8849:0a5fa37a2ab4 libavcodec

Fix non-Doxygen comment.
author diego
date Sat, 14 Feb 2009 17:42:40 +0000
parents 0a382f53863b
children 73b84757dc05
comparison
equal deleted inserted replaced
8848:0a382f53863b 8849:0a5fa37a2ab4
53 short * data_blocks; 53 short * data_blocks;
54 XvMCMacroBlock * mv_blocks; 54 XvMCMacroBlock * mv_blocks;
55 int total_number_of_mv_blocks; 55 int total_number_of_mv_blocks;
56 int total_number_of_data_blocks; 56 int total_number_of_data_blocks;
57 int mc_type; //XVMC_MPEG1/2/4,XVMC_H263 without XVMC_IDCT 57 int mc_type; //XVMC_MPEG1/2/4,XVMC_H263 without XVMC_IDCT
58 int idct; //< indicate that IDCT acceleration level is used 58 int idct; ///< indicate that IDCT acceleration level is used
59 int chroma_format; ///< XVMC_CHROMA_FORMAT_420/422/444 59 int chroma_format; ///< XVMC_CHROMA_FORMAT_420/422/444
60 int unsigned_intra; //+-128 for intra pictures after clipping 60 int unsigned_intra; //+-128 for intra pictures after clipping
61 XvMCSurface* p_surface; //pointer to rendered surface, never changed 61 XvMCSurface* p_surface; //pointer to rendered surface, never changed
62 62
63 //these are changed by the decoder 63 //these are changed by the decoder