Commit d30a9ac9 authored by iive's avatar iive

Document that ff_draw_horiz_band() could be used as hwaccell callback.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent afc73c11
......@@ -960,6 +960,9 @@ typedef struct AVCodecContext {
* 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment