diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:51:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-16 12:51:00 +0000 |
| commit | c726a221e619d22ad5253eaa6c3429bce557e111 (patch) | |
| tree | 7ede9f30ca2801b8bb0fdb44cd3615f85e488a9a /src/lib/options.h | |
| parent | 9c58fcdb6fd8131c17456dd71c5c277a6b0ae053 (diff) | |
Various fixes.
Diffstat (limited to 'src/lib/options.h')
| -rw-r--r-- | src/lib/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/options.h b/src/lib/options.h index 29b3b71cd..65c7b9ebc 100644 --- a/src/lib/options.h +++ b/src/lib/options.h @@ -43,6 +43,7 @@ public: , decode_video_skip (0) , decode_audio (true) , decode_subtitles (false) + , decoder_alignment (true) , _frame_out_path (f) , _frame_out_extension (e) , _multichannel_audio_out_path (m) @@ -110,6 +111,8 @@ public: bool decode_audio; ///< true to decode audio, otherwise false bool decode_subtitles; + bool decoder_alignment; + private: /** Path of the directory to write video frames to */ std::string _frame_out_path; |
