mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
10l forgot SWS_BILINEAR
Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -2016,6 +2016,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH
|
||||
|
||||
i= flags & ( SWS_POINT
|
||||
|SWS_AREA
|
||||
|SWS_BILINEAR
|
||||
|SWS_FAST_BILINEAR
|
||||
|SWS_BICUBIC
|
||||
|SWS_X
|
||||
|
||||
Reference in New Issue
Block a user