diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-09 16:02:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-09 16:02:07 +0100 |
| commit | f29219ed06d27dcae5e18b8b9c52dcf24554f188 (patch) | |
| tree | 13745dfe70156b7dae616f8a7e83013a43826c91 /src/lib/options.h | |
| parent | e73d64612c12f2027a91fa2061992aeec3c4bb60 (diff) | |
Remove unused variable.
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 1156ece1d..45a1768c2 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 (true) , decode_video_frequency (0) , decode_audio (true) , _frame_out_path (f) @@ -93,7 +92,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 |
