summaryrefslogtreecommitdiff
path: root/apps/cuesheet.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-07-20 15:50:26 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-07-20 15:50:26 +0000
commitc46669a230ccea798396a60f1fd78fc1156f2464 (patch)
tree8936aac1a85b8a56f7877f7002d2a1819a6ad3fb /apps/cuesheet.h
parenta7548d3bc7b4cb91553a59a06490290869270437 (diff)
downloadrockbox-c46669a230ccea798396a60f1fd78fc1156f2464.tar.gz
rockbox-c46669a230ccea798396a60f1fd78fc1156f2464.zip
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
Diffstat (limited to 'apps/cuesheet.h')
-rw-r--r--apps/cuesheet.h1
1 files changed, 0 insertions, 1 deletions
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 {
39 39
40struct cuesheet { 40struct cuesheet {
41 char path[MAX_PATH]; 41 char path[MAX_PATH];
42 char audio_filename[MAX_PATH];
43 42
44 char title[MAX_NAME*3+1]; 43 char title[MAX_NAME*3+1];
45 char performer[MAX_NAME*3+1]; 44 char performer[MAX_NAME*3+1];