From 5c2c991d148de6aafae4836f4e40edb453734d94 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 5 Jul 2005 19:55:40 +0000 Subject: 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 --- apps/codecs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index 5878ca9185..ea5972968f 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -121,7 +121,6 @@ struct codec_api { /* For gapless mp3 */ struct mp3entry *id3; /* TAG metadata pointer */ - struct mp3info *mp3data; /* MP3 metadata pointer */ bool *taginfo_ready; /* Is metadata read */ /* Codec should periodically check if stop_codec is set to true. -- cgit v1.2.3