mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 08:02:34 -05:00
Remove ATRAC3 specific fields (channels, extradata_size) from mp3entry
Also fixes typo of using never initialized id3->channels in wav metadata (introduced in 2d1937a1)
Change-Id: I28cddec2b9d9bd1e756ffaa004b4f6e8528a7566
This commit is contained in:
parent
be16edc94b
commit
76ec55cc49
11 changed files with 22 additions and 35 deletions
|
|
@ -107,7 +107,7 @@ typedef struct {
|
|||
//@}
|
||||
} ATRAC3Context;
|
||||
|
||||
int atrac3_decode_init(ATRAC3Context *q, struct mp3entry *id3);
|
||||
int atrac3_decode_init(ATRAC3Context *q, struct mp3entry *id3, uint16_t channels, uint32_t extradata_size);
|
||||
|
||||
int atrac3_decode_frame(unsigned long block_align, ATRAC3Context *q,
|
||||
int *data_size, const uint8_t *buf, int buf_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue