diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-16 18:19:48 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-16 18:19:48 +0000 |
commit | 02c0c8d17d8b49ab17613f937ad8f5c6f7bff67c (patch) | |
tree | 9ae122a197eee2072601e726282de0c2d9bab1cc /libavcodec/xvmc.h | |
parent | e7de624bccb15feab361bc8bb1888cf9030764b7 (diff) | |
download | ffmpeg-02c0c8d17d8b49ab17613f937ad8f5c6f7bff67c.tar.gz |
Minor clarification of xvmc field description.
Originally committed as revision 17384 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 29da9308bb..69553056f4 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -130,7 +130,7 @@ struct xvmc_pix_fmt { */ int start_mv_blocks_num; - /** Number of new macro blocks descriptions in mv_blocks array + /** Number of new macro blocks descriptions in mv_blocks array (after start_mv_blocks_num) that are filled by libavcodec and have to be passed to the hardware. - application - zeroes it on get_buffer() or after successful ff_draw_horiz_band(). |