Commit 1a0b8b14 authored by ramiro's avatar ramiro

Revert mistakenly commited hunk.

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29585 b3059339-0415-0410-9bf9-f77b7e298cf2
parent cddc5d5c
......@@ -183,9 +183,8 @@ end:
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 };
......
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