static struct sr_option options[] = {
{ "numchannels", "Number of channels", "Number of channels", NULL, NULL },
{ "samplerate", "Sample rate", "Sample rate", NULL, NULL },
- { 0 }
+ ALL_ZERO
};
static struct sr_option *get_options(void)
static struct sr_option options[] = {
{ "numchannels", "Number of channels", "Number of channels", NULL, NULL },
{ "samplerate", "Sample rate", "Sample rate", NULL, NULL },
- { 0 }
+ ALL_ZERO
};
static struct sr_option *get_options(void)
{ "first-channel", "First channel", "Column number of first channel", NULL, NULL },
{ "header", "Header", "Treat first line as header with channel names", NULL, NULL },
{ "startline", "Start line", "Line number at which to start processing samples", NULL, NULL },
- { 0 }
+ ALL_ZERO
};
static struct sr_option *get_options(void)
{ "skip", "Skip", "Skip until timestamp", NULL, NULL },
{ "downsample", "Downsample", "Divide samplerate by factor", NULL, NULL },
{ "compress", "Compress", "Compress idle periods longer than this value", NULL, NULL },
- { 0 }
+ ALL_ZERO
};
static struct sr_option *get_options(void)