]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
Introduce OutputFlag
[libsigrok.git] / src / output / wav.c
index e9c7d6fd1a70bee549121c7ac1872619532e377d..a16f45eaca320115bc576673d6317360843e7e3d 100644 (file)
@@ -352,6 +352,7 @@ SR_PRIV struct sr_output_module output_wav = {
        .name = "WAV",
        .desc = "Microsoft WAV file format",
        .exts = (const char*[]){"wav", NULL},
+       .flags = 0,
        .options = get_options,
        .init = init,
        .receive = receive,