summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-09-29 01:15:54 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-09-29 01:15:54 +0000
commit8335a9f0cb0b1e5c5c57e38d8df2e095e164507c (patch)
tree18f77fc5020e6a1feb7a5d72259ae0fefde45d1c /libswscale
parent0473e31faafa94c2332ea585fbfb05ad6dc88e20 (diff)
Revert mistakely commited hunk.
Originally committed as revision 27671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-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){