diff mpegvideo_xvmc.c @ 8961:22227c45a1fd libavcodec

small Doxygen comment grammar fix
author diego
date Tue, 17 Feb 2009 23:36:28 +0000
parents a8c7a467a287
children 69747b732498
line wrap: on
line diff
--- a/mpegvideo_xvmc.c	Tue Feb 17 23:35:41 2009 +0000
+++ b/mpegvideo_xvmc.c	Tue Feb 17 23:36:28 2009 +0000
@@ -48,7 +48,7 @@
 
 /**
  * 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)
 {