summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 21:43:57 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 21:43:57 +0000
commitb64d95fe855901e66cac71973c8ec4b3ca50c55f (patch)
treebad16b58ae6732da07b7605c39afce777535a9b1 /apps/plugins/lib
parentdbf7f51cf26b75c5aa4fc7c5aa39535bfc4fec48 (diff)
downloadrockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.tar.gz
rockbox-b64d95fe855901e66cac71973c8ec4b3ca50c55f.zip
Add flac2wav decoder - hardcoded output is /flactest.wav
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/xxx2wav.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/xxx2wav.h b/apps/plugins/lib/xxx2wav.h
index 27e293f797..e89361c46a 100644
--- a/apps/plugins/lib/xxx2wav.h
+++ b/apps/plugins/lib/xxx2wav.h
@@ -26,6 +26,7 @@ typedef struct {
26 off_t curpos; 26 off_t curpos;
27 off_t filesize; 27 off_t filesize;
28 int samplerate; 28 int samplerate;
29 int bitspersample;
29 int channels; 30 int channels;
30 int frames_decoded; 31 int frames_decoded;
31 unsigned long total_samples; 32 unsigned long total_samples;