Mercurial > mplayer.hg
changeset 28455:7d187ae46977
Fix a typo: lumaSarpen -> lumaSharpen.
author | stefano |
---|---|
date | Sun, 08 Feb 2009 22:50:57 +0000 |
parents | d553eb6c18b9 |
children | 2402abd3a2d5 |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.h Sun Feb 08 22:49:52 2009 +0000 +++ b/libswscale/swscale.h Sun Feb 08 22:50:57 2009 +0000 @@ -139,7 +139,7 @@ void sws_freeVec(SwsVector *a); SwsFilter *sws_getDefaultFilter(float lumaGBlur, float chromaGBlur, - float lumaSarpen, float chromaSharpen, + float lumaSharpen, float chromaSharpen, float chromaHShift, float chromaVShift, int verbose); void sws_freeFilter(SwsFilter *filter);