mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
Revert mistakenly commited hunk.
Originally committed as revision 29585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@ -183,9 +183,8 @@ end:
|
|||||||
static void selfTest(uint8_t *ref[4], int refStride[4], int w, int h)
|
static void selfTest(uint8_t *ref[4], int refStride[4], int w, int h)
|
||||||
{
|
{
|
||||||
const int flags[] = { SWS_FAST_BILINEAR,
|
const int flags[] = { SWS_FAST_BILINEAR,
|
||||||
// SWS_BILINEAR, SWS_BICUBIC,
|
SWS_BILINEAR, SWS_BICUBIC,
|
||||||
// SWS_X , SWS_POINT , SWS_AREA, 0 };
|
SWS_X , SWS_POINT , SWS_AREA, 0 };
|
||||||
0 };
|
|
||||||
const int srcW = w;
|
const int srcW = w;
|
||||||
const int srcH = h;
|
const int srcH = h;
|
||||||
const int dstW[] = { srcW - srcW/3, srcW, srcW + srcW/3, 0 };
|
const int dstW[] = { srcW - srcW/3, srcW, srcW + srcW/3, 0 };
|
||||||
|
Reference in New Issue
Block a user