From 63864cb810e439cfdefa70befd5128e1a330794a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 17 Feb 2009 23:36:28 +0000 Subject: small Doxygen comment grammar fix Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo_xvmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegvideo_xvmc.c') 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) { -- cgit v1.2.3