[FFmpeg-cvslog] r29585 - trunk/libswscale/swscale-example.c
ramiro
subversion
Sun Aug 30 01:03:15 CEST 2009
Author: ramiro
Date: Sun Aug 30 01:03:14 2009
New Revision: 29585
Log:
Revert mistakenly commited hunk.
Modified:
trunk/libswscale/swscale-example.c
Modified: trunk/libswscale/swscale-example.c
==============================================================================
--- trunk/libswscale/swscale-example.c Sun Aug 30 01:02:01 2009 (r29584)
+++ trunk/libswscale/swscale-example.c Sun Aug 30 01:03:14 2009 (r29585)
@@ -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 };
More information about the ffmpeg-cvslog
mailing list