comparison codec-cfg.c @ 30429:c1a3f1bbba26

Add license header to all top-level files missing them.
author diego
date Sat, 30 Jan 2010 23:24:23 +0000
parents ad61464d02a7
children dd7f15a3fb1b
comparison
equal deleted inserted replaced
30428:1345f8cdfb00 30429:c1a3f1bbba26
1 /* 1 /*
2 * codec.conf parser 2 * codec.conf parser
3 * by Szabolcs Berecz <szabi@inf.elte.hu>
4 * (C) 2001
5 * 3 *
6 * to compile test application: 4 * to compile test application:
7 * cc -I. -DTESTING -o codec-cfg-test codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap 5 * cc -I. -DTESTING -o codec-cfg-test codec-cfg.c mp_msg.o osdep/getch2.o -ltermcap
8 * to compile CODECS2HTML: 6 * to compile CODECS2HTML:
9 * gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o 7 * gcc -DCODECS2HTML -o codecs2html codec-cfg.c mp_msg.o
10 * 8 *
11 * TODO: implement informat in CODECS2HTML too 9 * TODO: implement informat in CODECS2HTML too
10 *
11 * Copyright (C) 2001 Szabolcs Berecz <szabi@inf.elte.hu>
12 *
13 * This file is part of MPlayer.
14 *
15 * MPlayer is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
19 *
20 * MPlayer is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License along
26 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
27 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
12 */ 28 */
13 29
14 #define DEBUG 30 #define DEBUG
15 31
16 //disable asserts 32 //disable asserts