# HG changeset patch # User iive # Date 1234644738 0 # Node ID 55edd698a8f30516ad7194a5cb5c580c9215381c # Parent f8042554d4c8c20625de64eb7804d72dbfdd8376 More clarification for draw_horiz_band() in hwaccell mode. diff -r f8042554d4c8 -r 55edd698a8f3 avcodec.h --- 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