comparison liba52/resample.c @ 25483:170fc6d9dfa1

Add proper copyright/license headers.
author diego
date Sat, 22 Dec 2007 19:11:54 +0000
parents d6219ce521e9
children 943f37a4323d
comparison
equal deleted inserted replaced
25482:fa7aa062be2d 25483:170fc6d9dfa1
1 /*
2 * resample.c
3 * Copyright (C) 2001 Árpád Gereöffy
4 *
5 * This file is part of a52dec, a free ATSC A-52 stream decoder.
6 * See http://liba52.sourceforge.net/ for updates.
7 *
8 * File added for use with MPlayer and not part of original a52dec.
9 *
10 * a52dec is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * a52dec is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */
1 24
2 // a52_resample_init should find the requested converter (from type flags -> 25 // a52_resample_init should find the requested converter (from type flags ->
3 // given number of channels) and set up some function pointers... 26 // given number of channels) and set up some function pointers...
4 27
5 // a52_resample() should do the conversion. 28 // a52_resample() should do the conversion.