summaryrefslogtreecommitdiff
path: root/src/lib/options.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-16 12:55:27 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-16 12:55:27 +0000
commit0813034d7193dc8869126d13a9d12d2c4d1e6c14 (patch)
tree3ba910406777a229badba02189c4daf072503524 /src/lib/options.h
parentc726a221e619d22ad5253eaa6c3429bce557e111 (diff)
Remove apply crop flag.
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 65c7b9ebc..9b3866dcb 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)
, decode_video_skip (0)
, decode_audio (true)
, decode_subtitles (false)
@@ -97,7 +96,6 @@ public:
Size out_size; ///< size of output images
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
/** Range of video frames to decode */
boost::optional<std::pair<SourceFrame, SourceFrame> > video_decode_range;