From 35ca945423e14ac9b3e2d825946fcde5bdd2cb31 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 1 Jun 2003 21:59:29 +0000 Subject: [PATCH] vf_scale.h & related cleanup & some small warning fix by dominik Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/rgb2rgb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h index fe7d98a1cd..f5cb903026 100644 --- a/postproc/rgb2rgb.h +++ b/postproc/rgb2rgb.h @@ -127,4 +127,6 @@ static void yuv2rgb_init (unsigned bpp, int mode){ printf("broken, this should use the swscaler\n"); } +void sws_rgb2rgb_init(int flags); + #endif