From 8335a9f0cb0b1e5c5c57e38d8df2e095e164507c Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 29 Sep 2008 01:15:54 +0000
Subject: [PATCH] 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(-)

diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c
index 3e73b52b3bf..fda3e2332c8 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){
-- 
GitLab