diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-17 22:30:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-17 22:30:02 +0000 |
commit | 6afc7c19f050b294616f5a73bdc48e15666f83b4 (patch) | |
tree | e9618bd66767548a855dcbdf9f9f17ba1a855e90 /libswscale | |
parent | 010c00bc81da252aaa16b50460da5c4a16d72068 (diff) | |
download | ffmpeg-6afc7c19f050b294616f5a73bdc48e15666f83b4.tar.gz |
10l forgot SWS_BILINEAR
Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index fd6aeb2a71..b47f42ce97 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -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 |