diff options
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; |
