diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-17 23:36:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-17 23:36:28 +0000 |
commit | 63864cb810e439cfdefa70befd5128e1a330794a (patch) | |
tree | e24f3a9c9028a2d4c51405a4f9d9d798fd92ae0f | |
parent | bd0eddb795b99a0a2050b7317aaeca7a0af1a4e8 (diff) | |
download | ffmpeg-63864cb810e439cfdefa70befd5128e1a330794a.tar.gz |
small Doxygen comment grammar fix
Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mpegvideo_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c index df95dff8f9..daf98f2736 100644 --- a/libavcodec/mpegvideo_xvmc.c +++ b/libavcodec/mpegvideo_xvmc.c @@ -48,7 +48,7 @@ void ff_xvmc_init_block(MpegEncContext *s) /** * Fill individual block pointers, so there are no gaps in the data_block array - * in case not all blocks in MB are coded. + * in case not all blocks in the macroblock are coded. */ void ff_xvmc_pack_pblocks(MpegEncContext *s, int cbp) { |