Various fixes to subtitling.
[dcpomatic.git] / src / lib / options.h
index 2fc5f77ff7b17bbfec492a11ac82b280ba811472..86db35210a377cad8f3a0caa08059214f467751d 100644 (file)
@@ -42,6 +42,7 @@ public:
                , black_after (0)
                , decode_video_frequency (0)
                , decode_audio (true)
+               , decode_subtitles (false)
                , _frame_out_path (f)
                , _frame_out_extension (e)
                , _multichannel_audio_out_path (m)
@@ -99,6 +100,7 @@ public:
        int black_after;            ///< first frame for which to output a black frame, rather than the actual video content, or 0 for none
        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
+       bool decode_subtitles;
 
 private:
        /** Path of the directory to write video frames to */