forked from len0rd/rockbox
Move AFMT_MPA_L1 down in the enum as hwcodec can't play it.
Fixes a NULL-pointer derefence in probe_file_format(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32b54164d8
commit
ffded5fcf8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,11 +37,11 @@ enum
|
|||
|
||||
/* start formats */
|
||||
|
||||
AFMT_MPA_L1, /* MPEG Audio layer 1 */
|
||||
AFMT_MPA_L2, /* MPEG Audio layer 2 */
|
||||
AFMT_MPA_L3, /* MPEG Audio layer 3 */
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
AFMT_MPA_L1, /* MPEG Audio layer 1 */
|
||||
AFMT_AIFF, /* Audio Interchange File Format */
|
||||
AFMT_PCM_WAV, /* Uncompressed PCM in a WAV file */
|
||||
AFMT_OGG_VORBIS, /* Ogg Vorbis */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue