summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale-example.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-29 01:15:54 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-29 01:15:54 +0000
commitdeea294c8988c94ba0542cbc342c818628144e78 (patch)
tree1cc97588ccb859b5b1e995c2986f228639bab2d6 /libswscale/swscale-example.c
parent0c42ebdc5cf7188bbbdf3dee1dd0eda32ff0dfc4 (diff)
downloadmpv-deea294c8988c94ba0542cbc342c818628144e78.tar.bz2
mpv-deea294c8988c94ba0542cbc342c818628144e78.tar.xz
Revert mistakenly committed hunk.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27671 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale-example.c')
-rw-r--r--libswscale/swscale-example.c2
1 files changed, 1 insertions, 1 deletions
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){