summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_xvmc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-17 23:36:28 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-17 23:36:28 +0000
commit63864cb810e439cfdefa70befd5128e1a330794a (patch)
treee24f3a9c9028a2d4c51405a4f9d9d798fd92ae0f /libavcodec/mpegvideo_xvmc.c
parentbd0eddb795b99a0a2050b7317aaeca7a0af1a4e8 (diff)
small Doxygen comment grammar fix
Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_xvmc.c')
-rw-r--r--libavcodec/mpegvideo_xvmc.c2
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)
{