mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Support MP3 audiostreams embedded in ASF containers.
Full credit to Igor Poretsky Change-Id: I54769e33665cada1e1e0ef3a5511b56c8e1b859a
This commit is contained in:
parent
13c7f482ce
commit
670812a44a
5 changed files with 151 additions and 22 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#define ASF_CODEC_ID_WMAV2 0x161
|
||||
#define ASF_CODEC_ID_WMAPRO 0x162
|
||||
#define ASF_CODEC_ID_WMAVOICE 0x00A
|
||||
#define ASF_CODEC_ID_MP3 0x055
|
||||
|
||||
enum asf_error_e {
|
||||
ASF_ERROR_INTERNAL = -1, /* incorrect input to API calls */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue