diff 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
line wrap: on
line diff
--- a/xvmc.h	Sat Feb 14 19:27:34 2009 +0000
+++ b/xvmc.h	Sat Feb 14 19:33:09 2009 +0000
@@ -32,7 +32,7 @@
 struct xvmc_render_state {
 /** set by calling application */
 //@{
-    int             magic;                        ///< used as check for memory corruption by regular pixel routines
+    int             magic;                        ///< used as a check against memory corruption by regular pixel routines
 
     short*          data_blocks;
     XvMCMacroBlock* mv_blocks;
@@ -51,9 +51,9 @@
     XvMCSurface*    p_past_surface;               ///< pointer to the past surface
     XvMCSurface*    p_future_surface;             ///< pointer to the future prediction surface
 
-    unsigned int    picture_structure;            ///< top/bottom fields or frame!
+    unsigned int    picture_structure;            ///< top/bottom fields or frame
     unsigned int    flags;                        ///< XVMC_SECOND_FIELD - 1st or 2nd field in the sequence
-    unsigned int    display_flags;                ///< 1,2 or 1+2 fields for XvMCPutSurface
+    unsigned int    display_flags;                ///< 1, 2 or 1+2 fields for XvMCPutSurface
 //}@
 
 /** modified by calling application and the decoder */