diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-06-01 21:59:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-06-01 21:59:29 +0000 |
commit | 35ca945423e14ac9b3e2d825946fcde5bdd2cb31 (patch) | |
tree | 16e6827c21031edebaa0a51be426e6168ee17976 /postproc | |
parent | b60ad448de1e2250e8d72efc31081d5a73065d81 (diff) | |
download | ffmpeg-streaming-35ca945423e14ac9b3e2d825946fcde5bdd2cb31.zip ffmpeg-streaming-35ca945423e14ac9b3e2d825946fcde5bdd2cb31.tar.gz |
vf_scale.h & related cleanup & some small warning fix by dominik
Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/rgb2rgb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h index fe7d98a..f5cb903 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 |