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:
parent
e66a780350
commit
4dad0dd762
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue