Commit 1e317d5f authored by diego's avatar diego

Fix warnings:

swscale-example.c:87: warning: implicit declaration of function 'sws_format_name'
swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init'


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@20037 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 9b2d444d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment