Browse Source

small Doxygen comment grammar fix

Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
63864cb810
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo_xvmc.c

+ 1
- 1
libavcodec/mpegvideo_xvmc.c View 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)
{


Loading…
Cancel
Save