[FFmpeg-cvslog] r17281 - trunk/libavcodec/avcodec.h
iive
subversion
Sat Feb 14 21:52:18 CET 2009
Author: iive
Date: Sat Feb 14 21:52:18 2009
New Revision: 17281
Log:
More clarification for draw_horiz_band() in hwaccell mode.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Sat Feb 14 21:37:14 2009 (r17280)
+++ trunk/libavcodec/avcodec.h Sat Feb 14 21:52:18 2009 (r17281)
@@ -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
More information about the ffmpeg-cvslog
mailing list