Mercurial > mplayer.hg
changeset 28487:4f35dc205d88
Remove pointless comment regarding sws_scale_ordered().
author | stefano |
---|---|
date | Tue, 10 Feb 2009 23:25:09 +0000 |
parents | 423d3751bfd2 |
children | 01afb64ccf4a |
files | libswscale/swscale.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Tue Feb 10 23:22:07 2009 +0000 +++ b/libswscale/swscale.c Tue Feb 10 23:25:09 2009 +0000 @@ -2821,9 +2821,6 @@ } #if LIBSWSCALE_VERSION_MAJOR < 1 -/** - * swscale wrapper, so we don't need to export the SwsContext. - */ int sws_scale_ordered(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t* dst[], int dstStride[]){ return sws_scale(c, src, srcStride, srcSliceY, srcSliceH, dst, dstStride);