diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-05-31 02:56:14 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-05-31 02:56:14 +0000 |
commit | 9f0cbe9e496d950e796e3b07bca8db8841bb2798 (patch) | |
tree | 488d281135b4c9c404aa9d2e6ff7f9915b924fb3 /src/aac_decode.h | |
parent | 3aba9b2a668170babcafe4a4ee9b6ca684ed51e4 (diff) | |
download | mpd-9f0cbe9e496d950e796e3b07bca8db8841bb2798.tar.gz mpd-9f0cbe9e496d950e796e3b07bca8db8841bb2798.tar.xz mpd-9f0cbe9e496d950e796e3b07bca8db8841bb2798.zip |
aac_plugin
git-svn-id: https://svn.musicpd.org/mpd/trunk@1250 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/aac_decode.h')
-rw-r--r-- | src/aac_decode.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/aac_decode.h b/src/aac_decode.h deleted file mode 100644 index 3d1636726..000000000 --- a/src/aac_decode.h +++ /dev/null @@ -1,35 +0,0 @@ -/* the Music Player Daemon (MPD) - * (c)2003-2004 by Warren Dukes (shank@mercury.chem.pitt.edu) - * This project's homepage is: http://www.musicpd.org - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef AAC_DECODE_H -#define AAC_DECODE_H - -#include "../config.h" - -#ifdef HAVE_FAAD - -#include "playerData.h" - -int getAacTotalTime(char * file); - -int aac_decode(OutputBuffer * cb, DecoderControl * dc); - -#endif /* HAVE_FAAD */ - -#endif -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |