[SCM] libav/experimental: 10l forgot SWS_BILINEAR

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:25:30 UTC 2013


The following commit has been merged in the experimental branch:
commit 6afc7c19f050b294616f5a73bdc48e15666f83b4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jul 17 22:30:02 2008 +0000

    10l forgot SWS_BILINEAR
    
    Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index fd6aeb2..b47f42c 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list