output/wav: Improved description
This commit is contained in:
parent
8a174d2342
commit
a82c83c6a5
|
@ -350,7 +350,7 @@ static const struct sr_option *get_options(void)
|
||||||
SR_PRIV struct sr_output_module output_wav = {
|
SR_PRIV struct sr_output_module output_wav = {
|
||||||
.id = "wav",
|
.id = "wav",
|
||||||
.name = "WAV",
|
.name = "WAV",
|
||||||
.desc = "WAVE file format",
|
.desc = "Microsoft WAV file format",
|
||||||
.exts = (const char*[]){"wav", NULL},
|
.exts = (const char*[]){"wav", NULL},
|
||||||
.options = get_options,
|
.options = get_options,
|
||||||
.init = init,
|
.init = init,
|
||||||
|
|
Loading…
Reference in New Issue