From b64d95fe855901e66cac71973c8ec4b3ca50c55f Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 16 Feb 2005 21:43:57 +0000 Subject: Add flac2wav decoder - hardcoded output is /flactest.wav git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/xxx2wav.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib') 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 { off_t curpos; off_t filesize; int samplerate; + int bitspersample; int channels; int frames_decoded; unsigned long total_samples; -- cgit v1.2.3