diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-14 19:33:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-14 19:33:09 +0000 |
commit | a1db3b93c094a42c017d3b0e3ce3b34cb350bcbb (patch) | |
tree | 4a1a819e542bd3c4d889d48fd111570562d08ff1 /libavcodec/xvmc.h | |
parent | 052f377934028a556bdc06d5eee6b66205dd8813 (diff) | |
download | ffmpeg-a1db3b93c094a42c017d3b0e3ce3b34cb350bcbb.tar.gz |
cosmetics: grammar/spelling/wording fixes in comments
Originally committed as revision 17269 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 98946ad744..89891f0cf1 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -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 @@ struct xvmc_render_state { 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 */ |