From: Ramiro Polla Date: Wed, 9 Sep 2009 21:43:25 +0000 (+0000) Subject: Document that slices can be bottom to top or top to bottom. X-Git-Tag: v0.6~3393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30715d4273223c8192bc16d3c234cebff72179da;p=platform%2Fupstream%2Flibav.git Document that slices can be bottom to top or top to bottom. Originally committed as revision 29665 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 43ff7e2..87e64e2 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -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 * 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 * sws_getContext()