git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix warnings:
[ffmpeg.git]
/
libswscale
/
swscale-example.c
diff --git
a/libswscale/swscale-example.c
b/libswscale/swscale-example.c
index
2bb1685
..
2c2ddd7
100644
(file)
--- a/
libswscale/swscale-example.c
+++ b/
libswscale/swscale-example.c
@@
-25,6
+25,8
@@
#undef HAVE_AV_CONFIG_H
#include "avutil.h"
#include "swscale.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){
int x,y;