diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2001-11-06 11:22:40 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2001-11-06 11:22:40 +0000 |
commit | 6611aa83de06e5a6baa247fac80b88d9b85b5df2 (patch) | |
tree | ae669930617ab95ab3986b4d377bfa10205517b3 /postproc/rgb2rgb_template.c | |
parent | 99d2cb7219c1b3a3d9672708ffc590d0ecabf639 (diff) | |
download | ffmpeg-6611aa83de06e5a6baa247fac80b88d9b85b5df2.tar.gz |
Move yuv2rgb to postprocess
Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/rgb2rgb_template.c')
-rw-r--r-- | postproc/rgb2rgb_template.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postproc/rgb2rgb_template.c b/postproc/rgb2rgb_template.c index ab28157e20..959988245b 100644 --- a/postproc/rgb2rgb_template.c +++ b/postproc/rgb2rgb_template.c @@ -1,6 +1,9 @@ /* * * rgb2rgb.c, Software RGB to RGB convertor + * pluralize by Software PAL8 to RGB convertor + * Software YUV to YUV convertor + * Software YUV to RGB convertor * Written by Nick Kurshev. * palette stuff & yuv stuff by Michael */ |