Mercurial > mplayer.hg
changeset 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 | d5662ea3a5d0 |
children | b73705bd899f |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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()