mirror of https://github.com/mpv-player/mpv
Fix typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8af165c26f
commit
32c03dd8c2
|
@ -2824,7 +2824,7 @@ SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int d
|
|||
else if (flags&SWS_POINT)
|
||||
av_log(c, AV_LOG_INFO, "Nearest Neighbor / POINT scaler, ");
|
||||
else if (flags&SWS_AREA)
|
||||
av_log(c, AV_LOG_INFO, "Area Averageing scaler, ");
|
||||
av_log(c, AV_LOG_INFO, "Area Averaging scaler, ");
|
||||
else if (flags&SWS_BICUBLIN)
|
||||
av_log(c, AV_LOG_INFO, "luma BICUBIC / chroma BILINEAR scaler, ");
|
||||
else if (flags&SWS_GAUSS)
|
||||
|
|
Loading…
Reference in New Issue