Recording, SWCODEC: Put config value string in the wrong order.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0729b928ce
commit
dda538a7f3
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ enum rec_format_indexes
|
|||
REC_FORMAT_CFG_NUM_BITS = 2
|
||||
};
|
||||
|
||||
#define REC_FORMAT_CFG_VAL_LIST "aiff,wave,wvpk,mpa3"
|
||||
#define REC_FORMAT_CFG_VAL_LIST "wave,aiff,wvpk,mpa3"
|
||||
|
||||
/* get REC_FORMAT_* corresponding AFMT_* */
|
||||
extern const int rec_format_afmt[REC_NUM_FORMATS];
|
||||
|
|
Loading…
Reference in a new issue