diff options
| author | Adam Gashlin <agashlin@gmail.com> | 2007-12-06 00:43:52 +0000 |
|---|---|---|
| committer | Adam Gashlin <agashlin@gmail.com> | 2007-12-06 00:43:52 +0000 |
| commit | d83ceef0c2c251a917a111fefaef32421ef343e4 (patch) | |
| tree | c32a185cae7cd650af4591e1b54618e7b26963d3 /apps/codecs/spc.c | |
| parent | 1114dc58685e29e173641f78d939ec1a8c0d28f7 (diff) | |
| download | rockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.zip rockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.tar.gz rockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.tar.bz2 rockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.tar.xz | |
metadata writing does not belong in the spc codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15884 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/spc.c')
| -rw-r--r-- | apps/codecs/spc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c index ae30263..33618f1 100644 --- a/apps/codecs/spc.c +++ b/apps/codecs/spc.c @@ -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(); } |