summaryrefslogtreecommitdiff
path: root/apps/plugins/wav2wv.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wav2wv.c')
-rw-r--r--apps/plugins/wav2wv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c
index 812ed176c4..7e85572d78 100644
--- a/apps/plugins/wav2wv.c
+++ b/apps/plugins/wav2wv.c
@@ -161,7 +161,7 @@ static int wav2wv (char *filename)
161 num_chans = config.num_channels = native_header.NumChannels; 161 num_chans = config.num_channels = native_header.NumChannels;
162 total_samples = native_header.data_ckSize / native_header.BlockAlign; 162 total_samples = native_header.data_ckSize / native_header.BlockAlign;
163 163
164// config.flags |= CONFIG_HIGH_FLAG; 164/* config.flags |= CONFIG_HIGH_FLAG; */
165 165
166 if (!WavpackSetConfiguration (wpc, &config, total_samples)) { 166 if (!WavpackSetConfiguration (wpc, &config, total_samples)) {
167 rb->splash(HZ*2, true, "internal error!"); 167 rb->splash(HZ*2, true, "internal error!");