diff options
author | Dave Chapman <dave@dchapman.com> | 2002-05-12 11:23:25 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2002-05-12 11:23:25 +0000 |
commit | 43bc6e62e410adfe4238012becca7a0522cf9435 (patch) | |
tree | 0b626b9035eeb635274b7ffd15dcb508228f6e5a /uisimulator/common/libmad/layer12.h | |
parent | d2d5ac3e46af867166cdb98f1370b43e11c999b4 (diff) | |
download | rockbox-43bc6e62e410adfe4238012becca7a0522cf9435.tar.gz rockbox-43bc6e62e410adfe4238012becca7a0522cf9435.zip |
libmad version 0.14.2b
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@550 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/libmad/layer12.h')
-rw-r--r-- | uisimulator/common/libmad/layer12.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/uisimulator/common/libmad/layer12.h b/uisimulator/common/libmad/layer12.h new file mode 100644 index 0000000000..c67372628b --- /dev/null +++ b/uisimulator/common/libmad/layer12.h @@ -0,0 +1,31 @@ +/* + * libmad - MPEG audio decoder library + * Copyright (C) 2000-2001 Robert Leslie + * + * 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 + * + * $Id$ + */ + +# ifndef LIBMAD_LAYER12_H +# define LIBMAD_LAYER12_H + +# include "stream.h" +# include "frame.h" + +int mad_layer_I(struct mad_stream *, struct mad_frame *); +int mad_layer_II(struct mad_stream *, struct mad_frame *); + +# endif |