mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
Fix typo.
Originally committed as revision 30304 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
544f5a922f
commit
3bfbbef64d
@ -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…
x
Reference in New Issue
Block a user