summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/include/protected
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-08-26 22:00:22 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-08-26 22:00:22 +0000
commit4f1a252aa168cea7f277f54d15594300d585627e (patch)
tree99a89fca1d5c89d04959fe8261f8c42a226f21d1 /apps/codecs/libFLAC/include/protected
parentd844cd2a0204ee4db6da0f3e2b185a1b8ee9291e (diff)
downloadrockbox-4f1a252aa168cea7f277f54d15594300d585627e.zip
rockbox-4f1a252aa168cea7f277f54d15594300d585627e.tar.gz
rockbox-4f1a252aa168cea7f277f54d15594300d585627e.tar.bz2
rockbox-4f1a252aa168cea7f277f54d15594300d585627e.tar.xz
Add %sort and %limit variables for better control of the tag browser
list format. Show most played 100 tracks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10763 a1/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com *
0 files changed, 0 insertions, 0 deletions
tion) 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. ** ** Any non-GPL usage of this software or parts of this software is strictly ** forbidden. ** ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** ** $Id$ **/ #ifndef __DECODER_H__ #define __DECODER_H__ #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32 #pragma pack(push, 8) #ifndef NEAACDECAPI #define NEAACDECAPI __cdecl #endif #else #ifndef NEAACDECAPI