# HG changeset patch # User ramiro # Date 1251586994 0 # Node ID 8833a311a14074bc96a79ba890a8620c89d4b5a5 # Parent 3e7ffd70b12bb2bd8e7f960361abe42a0b739385 Revert mistakenly commited hunk. diff -r 3e7ffd70b12b -r 8833a311a140 libswscale/swscale-example.c --- a/libswscale/swscale-example.c Sat Aug 29 23:02:01 2009 +0000 +++ b/libswscale/swscale-example.c Sat Aug 29 23:03:14 2009 +0000 @@ -183,9 +183,8 @@ static void selfTest(uint8_t *ref[4], int refStride[4], int w, int h) { const int flags[] = { SWS_FAST_BILINEAR, -// SWS_BILINEAR, SWS_BICUBIC, -// SWS_X , SWS_POINT , SWS_AREA, 0 }; - 0 }; + SWS_BILINEAR, SWS_BICUBIC, + SWS_X , SWS_POINT , SWS_AREA, 0 }; const int srcW = w; const int srcH = h; const int dstW[] = { srcW - srcW/3, srcW, srcW + srcW/3, 0 };