[SCM] libav/experimental: Revert mistakenly commited hunk.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:50:36 UTC 2013
The following commit has been merged in the experimental branch:
commit dd653355fa5ed34548c683f830e82cc7561ba95e
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date: Sat Aug 29 23:03:14 2009 +0000
Revert mistakenly commited hunk.
Originally committed as revision 29585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c
index 1402d44..8637b9f 100644
--- a/libswscale/swscale-example.c
+++ b/libswscale/swscale-example.c
@@ -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 };
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list