Browse Source

Revert mistakenly commited hunk.

Originally committed as revision 29585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.6
Ramiro Polla 15 years ago
parent
commit
dd653355fa
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      libswscale/swscale-example.c

+ 2
- 3
libswscale/swscale-example.c View File

@@ -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 };


Loading…
Cancel
Save