summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/xxx2wav.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/xxx2wav.h')
-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;