comparison mpegaudiotab.h @ 3670:48ea0e1a4fdb libavcodec

The license of this file is LGPL, as clarified by Fabrice.
author diego
date Sun, 03 Sep 2006 22:16:54 +0000
parents ef2149182f1c
children c8c591fe26f8
comparison
equal deleted inserted replaced
3669:9b98e18a1b1c 3670:48ea0e1a4fdb
2 * mpeg audio layer 2 tables. Most of them come from the mpeg audio 2 * mpeg audio layer 2 tables. Most of them come from the mpeg audio
3 * specification. 3 * specification.
4 * 4 *
5 * Copyright (c) 2000, 2001 Fabrice Bellard. 5 * Copyright (c) 2000, 2001 Fabrice Bellard.
6 * 6 *
7 * The licence of this code is contained in file LICENCE found in the 7 * This library is free software; you can redistribute it and/or
8 * same archive 8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9 */ 20 */
10 21
11 /** 22 /**
12 * @file mpegaudiotab.h 23 * @file mpegaudiotab.h
13 * mpeg audio layer 2 tables. 24 * mpeg audio layer 2 tables.