1
0
Fork 0
forked from len0rd/rockbox

Add flac2wav decoder - hardcoded output is /flactest.wav

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-02-16 21:43:57 +00:00
parent dbf7f51cf2
commit b64d95fe85
4 changed files with 4 additions and 1 deletions

View file

@ -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;