Mercurial > mplayer.hg
changeset 27639:34973f69dc42
Revert mistakenly committed hunk.
author | michael |
---|---|
date | Mon, 29 Sep 2008 01:15:54 +0000 |
parents | 8f1fd6221f8a |
children | ecb0fb0738f3 |
files | libswscale/swscale-example.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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){