diff libswscale/swscale.h @ 29623:7075d11f3535

Document that slices can be bottom to top or top to bottom.
author ramiro
date Wed, 09 Sep 2009 21:43:25 +0000
parents 86786d090e11
children bb26e1db5c90
line wrap: on
line diff
--- a/libswscale/swscale.h	Tue Sep 08 21:45:36 2009 +0000
+++ b/libswscale/swscale.h	Wed Sep 09 21:43:25 2009 +0000
@@ -135,7 +135,7 @@
 /**
  * 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()