comparison libmpcodecs/ad_speex.c @ 30421:bbb6ebec87a0

Add missing license headers to all files in the libmpcodecs directory.
author diego
date Sat, 30 Jan 2010 16:57:40 +0000
parents a95ed9a69caf
children cc27da5d7286
comparison
equal deleted inserted replaced
30420:e280adbd7744 30421:bbb6ebec87a0
1 /** 1 /*
2 * Speex decoder by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de> 2 * Speex decoder by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
3 * License: GPL v2 or later 3 *
4 * This code may be be relicensed under the terms of the GNU LGPL when it 4 * This code may be be relicensed under the terms of the GNU LGPL when it
5 * becomes part of the FFmpeg project (ffmpeg.org) 5 * becomes part of the FFmpeg project (ffmpeg.org)
6 *
7 * This file is part of MPlayer.
8 *
9 * MPlayer is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * MPlayer is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
6 */ 22 */
23
7 #include "config.h" 24 #include "config.h"
8 #include <stdlib.h> 25 #include <stdlib.h>
9 #include <speex/speex.h> 26 #include <speex/speex.h>
10 #include <speex/speex_stereo.h> 27 #include <speex/speex_stereo.h>
11 #include <speex/speex_header.h> 28 #include <speex/speex_header.h>