summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-09 21:43:25 +0000
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-09 21:43:25 +0000
commit927afdcf6d4c193950f6ca0ece0ed742cd78738a (patch)
treeb7dbfb43ffdd65bef3ff0773f838bd7cf46ec164 /libswscale
parent873d1203474a9bc917df324e404b87d8b4266330 (diff)
downloadmpv-927afdcf6d4c193950f6ca0ece0ed742cd78738a.tar.bz2
mpv-927afdcf6d4c193950f6ca0ece0ed742cd78738a.tar.xz
Document that slices can be bottom to top or top to bottom.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29665 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 43ff7e20f5..87e64e2885 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()