summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
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;