1
0
Fork 0
forked from len0rd/rockbox

Reduce binsize by using unsigned char array instead of int in AU metadata parser.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2010-02-28 12:45:32 +00:00
parent e66a780350
commit 4dad0dd762

View file

@ -30,7 +30,7 @@
#include "metadata_parsers.h"
#include "logf.h"
static int bitspersamples[28] = {
static unsigned char bitspersamples[28] = {
0,
8, /* G.711 MULAW */
8, /* 8bit */