summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorNicolas Schodet2019-11-16 18:01:12 +0100
committerNicolas Schodet2019-11-16 18:01:12 +0100
commit76389b999910e3aa3900d5a611588f4a5983e224 (patch)
tree00ab410f916aaa31a997a8812983a78a9f1f6c2d /options.h
parent9df5e32b72dee3e4973f00b3048835d58e1550fb (diff)
Add back raw output
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 86741cf..7a08619 100644
--- a/options.h
+++ b/options.h
@@ -37,6 +37,8 @@ struct options {
double gain;
/* Number of frame to dump. */
int count;
+ /* Do not convert image. */
+ bool raw;
/* Output file name or pattern. This should include a printf like pattern
* (%d) used to name the files. */
const char *out;