mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Document slice ordering assumption required by avfilter_draw_slice().
The assumption depends on the corresponding assumption done by sws_scale() and by the scale filter. Originally committed as revision 20655 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
87f6806069
commit
bd2837387c
@ -558,6 +558,11 @@ void avfilter_end_frame(AVFilterLink *link);
|
||||
|
||||
/**
|
||||
* Sends a slice to the next filter.
|
||||
*
|
||||
* Slices have to be provided in sequential order, either in
|
||||
* top-bottom or bottom-top order. If slices are provided in
|
||||
* non-sequential order the behavior of the function is undefined.
|
||||
*
|
||||
* @param link the output link over which the frame is being sent
|
||||
* @param y offset in pixels from the top of the image for this slice
|
||||
* @param h height of this slice in pixels
|
||||
|
Loading…
Reference in New Issue
Block a user