forked from len0rd/rockbox
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29785 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dcf0f8de4a
commit
c537d5958e
62 changed files with 6047 additions and 4221 deletions
|
@ -156,8 +156,7 @@ static inline unsigned int bs_generic(unsigned int v, int mode)
|
|||
/* Various codec helper functions */
|
||||
|
||||
int codec_init(void);
|
||||
void codec_set_replaygain(struct mp3entry* id3);
|
||||
int codec_wait_taginfo(void); /* 0 = success */
|
||||
void codec_set_replaygain(const struct mp3entry *id3);
|
||||
|
||||
#ifdef RB_PROFILE
|
||||
void __cyg_profile_func_enter(void *this_fn, void *call_site)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue