Commit c76c46c4 authored by michael's avatar michael

10l forgot SWS_BILINEAR


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@27318 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6a323f25
...@@ -2016,6 +2016,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH ...@@ -2016,6 +2016,7 @@ SwsContext *sws_getContext(int srcW, int srcH, int srcFormat, int dstW, int dstH
i= flags & ( SWS_POINT i= flags & ( SWS_POINT
|SWS_AREA |SWS_AREA
|SWS_BILINEAR
|SWS_FAST_BILINEAR |SWS_FAST_BILINEAR
|SWS_BICUBIC |SWS_BICUBIC
|SWS_X |SWS_X
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment