metadata writing does not belong in the spc codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15884 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1114dc5868
commit
d83ceef0c2
1 changed files with 0 additions and 6 deletions
|
@ -570,12 +570,6 @@ enum codec_status codec_main(void)
|
|||
ID666.length=3*60*1000; /* 3 minutes */
|
||||
ID666.fade=5*1000; /* 5 seconds */
|
||||
}
|
||||
ci->id3->length = ID666.length+ID666.fade;
|
||||
ci->id3->title = ID666.song;
|
||||
ci->id3->album = ID666.game;
|
||||
ci->id3->artist = ID666.artist;
|
||||
ci->id3->year = ID666.year;
|
||||
ci->id3->comment = ID666.comments;
|
||||
|
||||
reset_profile_timers();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue