summaryrefslogtreecommitdiff
path: root/src/lib/options.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 01:15:31 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 01:15:31 +0000
commitfad1998b907232b01a46369a49b55129149613bb (patch)
treed6a330ec0d27d76480acbd4eac849c91e053fe20 /src/lib/options.h
parent09fcd95ff5125d7238188c59aa40430acb45ecbc (diff)
Remove trim action settings.
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 86db35210..d8b99815d 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)
- , black_after (0)
, decode_video_frequency (0)
, decode_audio (true)
, decode_subtitles (false)
@@ -97,7 +96,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 black_after; ///< first frame for which to output a black frame, rather than the actual video content, or 0 for none
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
bool decode_subtitles;