Commit f84cb8ec authored by ramiro's avatar ramiro

Document that slices can be bottom to top or top to bottom.

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29665 b3059339-0415-0410-9bf9-f77b7e298cf2
parent db7ff582
...@@ -135,7 +135,7 @@ struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat ...@@ -135,7 +135,7 @@ struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat
/** /**
* Scales the image slice in srcSlice and puts the resulting scaled * Scales the image slice in srcSlice and puts the resulting scaled
* slice in the image in dst. A slice is a sequence of consecutive * slice in the image in dst. A slice is a sequence of consecutive
* rows in an image. * rows in an image. Slices can be bottom to top or top to bottom.
* *
* @param context the scaling context previously created with * @param context the scaling context previously created with
* sws_getContext() * sws_getContext()
......
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