Various fixes.
[dcpomatic.git] / src / lib / options.h
index 29b3b71cd4a91e01bc8d76494608d076d6c4452c..65c7b9ebc802bed72a5cc6de493076fd4e2bdb51 100644 (file)
@@ -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;