mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 20:29:50 +00:00
10l forgot SWS_BILINEAR
Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
010c00bc81
commit
6afc7c19f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user