mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -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
|
|
@ -272,10 +272,6 @@ struct mp3entry {
|
|||
bool has_toc; /* True if there is a VBR header in the file */
|
||||
unsigned char toc[100]; /* table of contents */
|
||||
|
||||
/* Added for ATRAC3 */
|
||||
unsigned int channels; /* Number of channels in the stream */
|
||||
unsigned int extradata_size; /* Size (in bytes) of the codec's extradata from the container */
|
||||
|
||||
/* Added for AAC HE SBR */
|
||||
bool needs_upsampling_correction; /* flag used by aac codec */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue