OSDN Git Service

small Doxygen comment grammar fix
authorDiego Biurrun <diego@biurrun.de>
Tue, 17 Feb 2009 23:36:28 +0000 (23:36 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 17 Feb 2009 23:36:28 +0000 (23:36 +0000)
Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegvideo_xvmc.c

index df95dff..daf98f2 100644 (file)
@@ -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)
 {