Mercurial > mplayer.hg
changeset 29543:8833a311a140
Revert mistakenly commited hunk.
author | ramiro |
---|---|
date | Sat, 29 Aug 2009 23:03:14 +0000 |
parents | 3e7ffd70b12b |
children | c7249524c681 |
files | libswscale/swscale-example.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 };