diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-17 19:40:27 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-17 19:40:27 +0000 |
commit | bbc5cbcc9b80c53556c1080374c07bd247010546 (patch) | |
tree | f5e995db663d8a8f0941ec806cc3455b0eb18340 /src/video_out/yuv2rgb.c | |
parent | d433cfadf1ec1a6f042727d3818d86aecd513586 (diff) | |
download | xine-lib-bbc5cbcc9b80c53556c1080374c07bd247010546.tar.gz xine-lib-bbc5cbcc9b80c53556c1080374c07bd247010546.tar.bz2 |
just noticed a few ozt-of-date copyright messages
CVS patchset: 300
CVS date: 2001/07/17 19:40:27
Diffstat (limited to 'src/video_out/yuv2rgb.c')
-rw-r--r-- | src/video_out/yuv2rgb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/video_out/yuv2rgb.c b/src/video_out/yuv2rgb.c index 9ef123542..734fd912c 100644 --- a/src/video_out/yuv2rgb.c +++ b/src/video_out/yuv2rgb.c @@ -1,5 +1,9 @@ /* * yuv2rgb.c + * + * This file is part of xine, a unix video player. + * + * based on work from mpeg2dec: * Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * * This file is part of mpeg2dec, a free MPEG-2 video stream decoder. @@ -17,6 +21,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id: yuv2rgb.c,v 1.9 2001/07/17 19:40:27 guenter Exp $ */ #include "config.h" |