Mercurial > libavcodec.hg
changeset 8878:2184b34803e5 libavcodec
Document that ff_draw_horiz_band() could be used as hwaccell callback.
author | iive |
---|---|
date | Sat, 14 Feb 2009 20:07:52 +0000 |
parents | 4044a647cb2a |
children | 34ac2b326ba8 |
files | avcodec.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sat Feb 14 20:00:22 2009 +0000 +++ b/avcodec.h Sat Feb 14 20:07:52 2009 +0000 @@ -960,6 +960,9 @@ * decoder to draw a horizontal band. It improves cache usage. Not * all codecs can do that. You must check the codec capabilities * beforehand. + * 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. * - encoding: unused * - decoding: Set by user. * @param height the height of the slice