Browse Source

Minor clarification of xvmc field description.

Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivan Kalvachev 16 years ago
parent
commit
02c0c8d17d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/xvmc.h

+ 1
- 1
libavcodec/xvmc.h View File

@@ -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().


Loading…
Cancel
Save