diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-16 01:59:51 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-16 01:59:51 +0000 |
commit | e7c88eb76f3754b37852e0dd7fb143ce83758358 (patch) | |
tree | a8dd04e6b951dca1a59c5be1632a387d63c06f90 /libavcodec/xvmc.h | |
parent | b4ee1d3911f2c27aa535f0e288bbba9a7b69564b (diff) | |
download | ffmpeg-e7c88eb76f3754b37852e0dd7fb143ce83758358.tar.gz |
Doxygen comment wording fix
Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 34da48494b..93d684c933 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -142,7 +142,7 @@ struct xvmc_pix_fmt { */ int filled_mv_blocks_num; - /** Offset to the next free data block. The mv_blocks hold a number + /** Offset to the next free data block. The mv_blocks field holds a number pointing to the data blocks. - application - zeroes it on get_buffer() and after successful ff_draw_horiz_band(). |