Mercurial > libavcodec.hg
comparison avcodec.h @ 8882:55edd698a8f3 libavcodec
More clarification for draw_horiz_band() in hwaccell mode.
| author | iive |
|---|---|
| date | Sat, 14 Feb 2009 20:52:18 +0000 |
| parents | 2184b34803e5 |
| children | 62342da1ec78 |
comparison
equal
deleted
inserted
replaced
| 8881:f8042554d4c8 | 8882:55edd698a8f3 |
|---|---|
| 961 * all codecs can do that. You must check the codec capabilities | 961 * all codecs can do that. You must check the codec capabilities |
| 962 * beforehand. | 962 * beforehand. |
| 963 * It is also used by hardware acceleration APIs as a callback | 963 * It is also used by hardware acceleration APIs as a callback |
| 964 * to pass specific (partially decoded) data to the calling | 964 * to pass specific (partially decoded) data to the calling |
| 965 * application so it could be passed to the rendering hardware. | 965 * application so it could be passed to the rendering hardware. |
| 966 * In that mode all relevant function paramerers are inside special | |
| 967 * structure passed by AVFrame in place of the pixel data. | |
| 968 * The exact structure depends on the acceleration API. | |
| 969 * The application is allowed to make changes in the strucure. | |
| 966 * - encoding: unused | 970 * - encoding: unused |
| 967 * - decoding: Set by user. | 971 * - decoding: Set by user. |
| 968 * @param height the height of the slice | 972 * @param height the height of the slice |
| 969 * @param y the y position of the slice | 973 * @param y the y position of the slice |
| 970 * @param type 1->top field, 2->bottom field, 3->frame | 974 * @param type 1->top field, 2->bottom field, 3->frame |
