comparison libmpdemux/demux_lavf.c @ 26742:0c1db5fd3f79

Use standard license headers with standard formatting.
author diego
date Wed, 14 May 2008 18:01:51 +0000
parents 53b6cf6b971d
children 2f4343465df1
comparison
equal deleted inserted replaced
26741:fc28868e5430 26742:0c1db5fd3f79
1 /* 1 /*
2 Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at> 2 * Copyright (C) 2004 Michael Niedermayer <michaelni@gmx.at>
3 3 *
4 This program is free software; you can redistribute it and/or modify 4 * This file is part of MPlayer.
5 it under the terms of the GNU General Public License as published by 5 *
6 the Free Software Foundation; either version 2 of the License, or 6 * MPlayer is free software; you can redistribute it and/or modify
7 (at your option) any later version. 7 * it under the terms of the GNU General Public License as published by
8 8 * the Free Software Foundation; either version 2 of the License, or
9 This program is distributed in the hope that it will be useful, 9 * (at your option) any later version.
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 *
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MPlayer is distributed in the hope that it will be useful,
12 GNU General Public License for more details. 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 You should have received a copy of the GNU General Public License 14 * GNU General Public License for more details.
15 along with this program; if not, write to the Free Software 15 *
16 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 * You should have received a copy of the GNU General Public License along
17 */ 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
18 20
19 // #include <stdio.h> 21 // #include <stdio.h>
20 #include <stdlib.h> 22 #include <stdlib.h>
21 // #include <unistd.h> 23 // #include <unistd.h>
22 #include <limits.h> 24 #include <limits.h>