diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-14 23:48:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-14 23:48:11 +0000 |
commit | 05c363e90d304f76d33645f6511c70f1145ed77b (patch) | |
tree | 7e9ea6232bf519340be130371fff213f161d11c4 /libavcodec/xvmc.h | |
parent | 5d6c111098ed88b63fe84c6298de14510871115a (diff) | |
download | ffmpeg-05c363e90d304f76d33645f6511c70f1145ed77b.tar.gz |
whitespace consistency cosmetics
Originally committed as revision 17299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 08f565a813..df7b536f59 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -70,7 +70,7 @@ struct xvmc_render_state { int next_free_data_block_num; ///< used in add_mv_block, pointer to next free block //}@ -/** extensions may be placed here*/ +/** extensions may be placed here */ #if LIBAVCODEC_VERSION_MAJOR < 53 //@{ void* p_osd_target_surface_render; ///< pointer to the surface where subpicture is rendered |