From c46669a230ccea798396a60f1fd78fc1156f2464 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 20 Jul 2009 15:50:26 +0000 Subject: fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so it uses the audio buffer instead of a temp buffer from the start (which also removes one pretty big memcpy) also remove the audio_filename from the cuesheet struct as its useless git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21982 a1c6a512-1295-4272-9138-f99709370657 --- apps/cuesheet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/cuesheet.h') diff --git a/apps/cuesheet.h b/apps/cuesheet.h index 22ad92fdd3..8ee0f6b3a7 100644 --- a/apps/cuesheet.h +++ b/apps/cuesheet.h @@ -39,7 +39,6 @@ struct cue_track_info { struct cuesheet { char path[MAX_PATH]; - char audio_filename[MAX_PATH]; char title[MAX_NAME*3+1]; char performer[MAX_NAME*3+1]; -- cgit v1.2.3