From 8335a9f0cb0b1e5c5c57e38d8df2e095e164507c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 29 Sep 2008 01:15:54 +0000 Subject: Revert mistakely commited hunk. Originally committed as revision 27671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale-example.c') diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 3e73b52b3b..fda3e2332c 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -27,7 +27,7 @@ #undef HAVE_AV_CONFIG_H #include "libavutil/avutil.h" #include "swscale.h" -//#include "swscale_internal.h" +#include "swscale_internal.h" #include "rgb2rgb.h" static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, int w, int h){ -- cgit v1.2.3