annotate Plugins/Input/aac/include/faad.h @ 199:0a2ad94e8607 trunk

[svn] Synced with bmp-mp4. Build system is fragile, but should work now.
author chainsaw
date Wed, 16 Nov 2005 16:21:11 -0800
parents fa848bd484d8
children 094ef8a0a9fd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
1 /*
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
2 ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
3 ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
4 **
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
5 ** This program is free software; you can redistribute it and/or modify
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
6 ** it under the terms of the GNU General Public License as published by
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
7 ** the Free Software Foundation; either version 2 of the License, or
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
8 ** (at your option) any later version.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
9 **
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
10 ** This program is distributed in the hope that it will be useful,
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
13 ** GNU General Public License for more details.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
14 **
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
16 ** along with this program; if not, write to the Free Software
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
18 **
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
19 ** Any non-GPL usage of this software or parts of this software is strictly
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
20 ** forbidden.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
21 **
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
22 ** Commercial non-GPL licensing of this software is possible.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
24 **
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
25 ** $Id: faad.h,v 1.47 2004/04/03 19:08:37 menno Exp $
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
26 **/
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
27
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
28 /* warn people for update */
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
29 #pragma message("please update faad2 include filename and function names!")
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
30
199
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
31 /* Backwards compatible link */
0a2ad94e8607 [svn] Synced with bmp-mp4. Build system is fragile, but should work now.
chainsaw
parents: 61
diff changeset
32 #include "neaacdec.h"