summaryrefslogtreecommitdiff
path: root/src/lib/options.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-16 12:51:00 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-16 12:51:00 +0000
commitc726a221e619d22ad5253eaa6c3429bce557e111 (patch)
tree7ede9f30ca2801b8bb0fdb44cd3615f85e488a9a /src/lib/options.h
parent9c58fcdb6fd8131c17456dd71c5c277a6b0ae053 (diff)
Various fixes.
Diffstat (limited to 'src/lib/options.h')
-rw-r--r--src/lib/options.h3
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;