Commit 0a32007b authored by iive's avatar iive

More clarification for draw_horiz_band() in hwaccell mode.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17281 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ba7f9622
......@@ -963,6 +963,10 @@ typedef struct AVCodecContext {
* 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
......
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