fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so it uses...
commit3dd98039a8aa4d4788d186ce110b9a380196d994
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 20 Jul 2009 15:50:26 +0000 (20 15:50 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 20 Jul 2009 15:50:26 +0000 (20 15:50 +0000)
tree8936aac1a85b8a56f7877f7002d2a1819a6ad3fb
parent99d37eee88f70f5394cac7a1dd5cd8f7b06284c3
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
apps/mpeg.c
apps/playback.c