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:
parent
dbf7f51cf2
commit
b64d95fe85
4 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue