summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_xshm.c4
-rw-r--r--src/video_out/video_out_xv.c4
-rw-r--r--src/video_out/yuv2rgb.c6
3 files changed, 10 insertions, 4 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c
index 485f4042a..bd0e9131b 100644
--- a/src/video_out/video_out_xshm.c
+++ b/src/video_out/video_out_xshm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 the xine project
+ * Copyright (C) 2000, 2001 the xine project
*
* This file is part of xine, a unix video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xshm.c,v 1.19 2001/07/17 19:37:21 guenter Exp $
+ * $Id: video_out_xshm.c,v 1.20 2001/07/17 19:40:27 guenter Exp $
*
* video_out_xshm.c, X11 shared memory extension interface for xine
*
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index c9dab06f8..f3b89d9e6 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000 the xine project
+ * Copyright (C) 2000, 2001 the xine project
*
* This file is part of xine, a unix video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.53 2001/07/11 20:16:02 guenter Exp $
+ * $Id: video_out_xv.c,v 1.54 2001/07/17 19:40:27 guenter Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
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"