Mercurial > libavcodec.hg
changeset 8882:55edd698a8f3 libavcodec
More clarification for draw_horiz_band() in hwaccell mode.
author | iive |
---|---|
date | Sat, 14 Feb 2009 20:52:18 +0000 |
parents | f8042554d4c8 |
children | 62342da1ec78 |
files | avcodec.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sat Feb 14 20:37:14 2009 +0000 +++ b/avcodec.h Sat Feb 14 20:52:18 2009 +0000 @@ -963,6 +963,10 @@ * It is also used by hardware acceleration APIs as a callback * to pass specific (partially decoded) data to the calling * application so it could be passed to the rendering hardware. + * In that mode all relevant function paramerers are inside special + * structure passed by AVFrame in place of the pixel data. + * The exact structure depends on the acceleration API. + * The application is allowed to make changes in the strucure. * - encoding: unused * - decoding: Set by user. * @param height the height of the slice