summaryrefslogtreecommitdiff
path: root/src/lib/options.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-09 02:14:04 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-09 02:14:04 +0100
commite73d64612c12f2027a91fa2061992aeec3c4bb60 (patch)
treeb45a2f520ac12318964f90bcaa78b469b2f4411a /src/lib/options.h
parenta78f48e77516d64f568cd6ea7c35b7095264b78c (diff)
Remove some unnecessary code.
Diffstat (limited to 'src/lib/options.h')
-rw-r--r--src/lib/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/options.h b/src/lib/options.h
index b283e330d..1156ece1d 100644
--- a/src/lib/options.h
+++ b/src/lib/options.h
@@ -39,7 +39,6 @@ public:
Options (std::string f, std::string e, std::string m)
: padding (0)
, apply_crop (true)
- , num_frames (0)
, decode_video (true)
, decode_video_frequency (0)
, decode_audio (true)
@@ -93,7 +92,6 @@ public:
float ratio; ///< ratio of the wanted output image (not considering padding)
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 num_frames; ///< number of video frames to run for, or 0 for all
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)