# HG changeset patch # User michael # Date 1222650954 0 # Node ID 34973f69dc4280ac8c9afa02ddfa091a50e4a98d # Parent 8f1fd6221f8a43597fd0f498f24ed4457cdc6e06 Revert mistakenly committed hunk. diff -r 8f1fd6221f8a -r 34973f69dc42 libswscale/swscale-example.c --- a/libswscale/swscale-example.c Mon Sep 29 01:14:27 2008 +0000 +++ b/libswscale/swscale-example.c Mon Sep 29 01:15:54 2008 +0000 @@ -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){