diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-13 11:41:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:11 +0200 |
commit | 09f211987cddf279390f8abe24d6a7a69622e356 (patch) | |
tree | 6f76ac0f8daf9794935c11bd99b7025daa13b178 /libavcodec/xvmc.h | |
parent | 22662ca56086ddb7240dc84a68ad89c785682f36 (diff) | |
download | ffmpeg-09f211987cddf279390f8abe24d6a7a69622e356.tar.gz |
misc typo and wording fixes
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index cdec161c80..1f77e4efca 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -147,7 +147,7 @@ struct xvmc_pix_fmt { */ int filled_mv_blocks_num; - /** Number of the the next free data block; one data block consists of + /** Number of the next free data block; one data block consists of 64 short values in the data_blocks array. All blocks before this one have already been claimed by placing their position into the corresponding block description structure field, |