comparison amr.c @ 3947:c8c591fe26f8 libavcodec

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.
author diego
date Sat, 07 Oct 2006 15:30:46 +0000
parents 444bd402aebe
children f812a11be0b1
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
1 /* 1 /*
2 * AMR Audio decoder stub 2 * AMR Audio decoder stub
3 * Copyright (c) 2003 the ffmpeg project 3 * Copyright (c) 2003 the ffmpeg project
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This file is part of FFmpeg.
6 *
7 * FFmpeg is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public 8 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either 9 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 10 * version 2.1 of the License, or (at your option) any later version.
9 * 11 *
10 * This library is distributed in the hope that it will be useful, 12 * FFmpeg is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details. 15 * Lesser General Public License for more details.
14 * 16 *
15 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 20 */
19 /* 21 /*
20 This code implements amr-nb and amr-wb audio encoder/decoder through external reference 22 This code implements amr-nb and amr-wb audio encoder/decoder through external reference
21 code from www.3gpp.org. The licence of the code from 3gpp is unclear so you 23 code from www.3gpp.org. The licence of the code from 3gpp is unclear so you