Document that slices can be bottom to top or top to bottom.
authorRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 Sep 2009 21:43:25 +0000 (21:43 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Wed, 9 Sep 2009 21:43:25 +0000 (21:43 +0000)
Originally committed as revision 29665 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.h

index 43ff7e2..87e64e2 100644 (file)
@@ -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()