diff options
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/xxx2wav.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/xxx2wav.h b/apps/plugins/lib/xxx2wav.h index 27e293f..e89361c 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; |