diff options
Diffstat (limited to 'src/lib/options.h')
| -rw-r--r-- | src/lib/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/options.h b/src/lib/options.h index f4381ef68..aef9ca112 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_skip (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_skip; ///< skip frames such that we don't decode any frame where (index % decode_video_skip) != 0; e.g. ///< 1 for every frame, 2 for every other frame, etc. bool decode_audio; ///< true to decode audio, otherwise false |
