summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-09-09 21:43:25 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-09-09 21:43:25 +0000
commit30715d4273223c8192bc16d3c234cebff72179da (patch)
tree90c51c67624d5928066955c69d6e68c263764259 /libswscale/swscale.h
parent46f3b40eb3bcb377054804631844923de9a9b45f (diff)
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
Diffstat (limited to 'libswscale/swscale.h')
-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()