summaryrefslogtreecommitdiff
path: root/src/lib/options.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-10 13:04:59 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-10 13:04:59 +0100
commitd382f34db155ddaf4bb61538c18b87c7564e00b2 (patch)
tree8c63943ad046240f9a307c640d022af750b07bb7 /src/lib/options.h
parentb5828ccf20a0e0c4365854ac19a05d5a4783e254 (diff)
parent1bbd5367ddddfac18ceaa4d010cfc39f1daaa3a3 (diff)
Merge branch 'master' into subs
Diffstat (limited to 'src/lib/options.h')
-rw-r--r--src/lib/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/options.h b/src/lib/options.h
index 1156ece1d..39068c24f 100644
--- a/src/lib/options.h
+++ b/src/lib/options.h
@@ -39,7 +39,7 @@ public:
Options (std::string f, std::string e, std::string m)
: padding (0)
, apply_crop (true)
- , decode_video (true)
+ , black_after (0)
, decode_video_frequency (0)
, decode_audio (true)
, _frame_out_path (f)
@@ -93,7 +93,6 @@ public:
int padding; ///< number of pixels of padding (in terms of the output size) each side of the image
bool apply_crop; ///< true to apply cropping
int black_after; ///< first frame for which to output a black frame, rather than the actual video content, or 0 for none
- bool decode_video; ///< true to decode video, otherwise false
int decode_video_frequency; ///< skip frames so that this many are decoded in all (or 0) (for generating thumbnails)
bool decode_audio; ///< true to decode audio, otherwise false