[FFmpeg-cvslog] r29665 - trunk/libswscale/swscale.h

ramiro subversion
Wed Sep 9 23:43:25 CEST 2009


Author: ramiro
Date: Wed Sep  9 23:43:25 2009
New Revision: 29665

Log:
Document that slices can be bottom to top or top to bottom.

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Tue Sep  8 23:45:36 2009	(r29664)
+++ trunk/libswscale/swscale.h	Wed Sep  9 23:43:25 2009	(r29665)
@@ -135,7 +135,7 @@ struct SwsContext *sws_getContext(int sr
 /**
  * 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()



More information about the ffmpeg-cvslog mailing list