comparison xvmc.h @ 8870:c5112df7f8b8 libavcodec

cosmetics: grammar/spelling/wording fixes in comments
author diego
date Sat, 14 Feb 2009 19:33:09 +0000
parents 96c91837eb36
children 0e5888f9b8cb
comparison
equal deleted inserted replaced
8869:0c1463d800fe 8870:c5112df7f8b8
30 // 1337 IDCT MCo 30 // 1337 IDCT MCo
31 31
32 struct xvmc_render_state { 32 struct xvmc_render_state {
33 /** set by calling application */ 33 /** set by calling application */
34 //@{ 34 //@{
35 int magic; ///< used as check for memory corruption by regular pixel routines 35 int magic; ///< used as a check against memory corruption by regular pixel routines
36 36
37 short* data_blocks; 37 short* data_blocks;
38 XvMCMacroBlock* mv_blocks; 38 XvMCMacroBlock* mv_blocks;
39 int total_number_of_mv_blocks; 39 int total_number_of_mv_blocks;
40 int total_number_of_data_blocks; 40 int total_number_of_data_blocks;
49 used by the XvMCRenderSurface function */ 49 used by the XvMCRenderSurface function */
50 //@{ 50 //@{
51 XvMCSurface* p_past_surface; ///< pointer to the past surface 51 XvMCSurface* p_past_surface; ///< pointer to the past surface
52 XvMCSurface* p_future_surface; ///< pointer to the future prediction surface 52 XvMCSurface* p_future_surface; ///< pointer to the future prediction surface
53 53
54 unsigned int picture_structure; ///< top/bottom fields or frame! 54 unsigned int picture_structure; ///< top/bottom fields or frame
55 unsigned int flags; ///< XVMC_SECOND_FIELD - 1st or 2nd field in the sequence 55 unsigned int flags; ///< XVMC_SECOND_FIELD - 1st or 2nd field in the sequence
56 unsigned int display_flags; ///< 1,2 or 1+2 fields for XvMCPutSurface 56 unsigned int display_flags; ///< 1, 2 or 1+2 fields for XvMCPutSurface
57 //}@ 57 //}@
58 58
59 /** modified by calling application and the decoder */ 59 /** modified by calling application and the decoder */
60 //@{ 60 //@{
61 int state; ///< 0 - free, 1 - waiting to display, 2 - waiting for prediction 61 int state; ///< 0 - free, 1 - waiting to display, 2 - waiting for prediction