1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-02 09:09:59 +02:00

vf_scale.h & related cleanup & some small warning fix by dominik

Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Michael Niedermayer 2003-06-01 21:59:29 +00:00
parent b60ad448de
commit 35ca945423

View File

@ -127,4 +127,6 @@ static void yuv2rgb_init (unsigned bpp, int mode){
printf("broken, this should use the swscaler\n"); printf("broken, this should use the swscaler\n");
} }
void sws_rgb2rgb_init(int flags);
#endif #endif