comparison vidix/s3_vid.c @ 26718:051b2632f121

consistency cosmetics: Move some parts of file headers around; typo fixes.
author diego
date Mon, 12 May 2008 17:33:35 +0000
parents 0d255d03016f
children 3abd1629658b
comparison
equal deleted inserted replaced
26717:2da37a9a0c25 26718:051b2632f121
1 /* 1 /*
2 * VIDIX driver for S3 chipsets. 2 * VIDIX driver for S3 chipsets.
3 *
3 * Copyright (C) 2004 Reza Jelveh 4 * Copyright (C) 2004 Reza Jelveh
5 * Thanks to Alex Deucher for Support
6 * Trio/Virge support by Michael Kostylev
4 * 7 *
5 * This file is part of MPlayer. 8 * This file is part of MPlayer.
6 * 9 *
7 * MPlayer is free software; you can redistribute it and/or modify 10 * MPlayer is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
15 * GNU General Public License for more details. 18 * GNU General Public License for more details.
16 * 19 *
17 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
18 * along with MPlayer; if not, write to the Free Software 21 * along with MPlayer; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *
21 * Thanks to Alex Deucher for Support
22 *
23 * Trio/Virge support by Michael Kostylev
24 *
25 */ 23 */
26 24
27 #include <errno.h> 25 #include <errno.h>
28 #include <stdio.h> 26 #include <stdio.h>
29 #include <stdlib.h> 27 #include <stdlib.h>