forked from len0rd/rockbox
Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".
Thanks to Magnus Holmgren. Now metadata reading is better with improved performance for mp3 files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e5119b77b
commit
5c2c991d14
9 changed files with 19 additions and 23 deletions
|
|
@ -74,7 +74,6 @@ struct codec_api ci = {
|
|||
0, /* filesize */
|
||||
0, /* curpos */
|
||||
NULL, /* id3 */
|
||||
NULL, /* mp3data */
|
||||
NULL, /* taginfo_ready */
|
||||
false, /* stop_codec */
|
||||
false, /* reload_codec */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue