Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 3a38f4475333d3f3871e057fb376c56ff3ca2122..16a55d5589139d56c3555b2c3a3f7b1f11a8760d 100644 (file)
@@ -75,6 +75,7 @@ private:
 
        ContentTime _pts_offset;
        boost::optional<ContentTime> _current_subtitle_to;
+       /** true if we have a subtitle which has not had emit_stop called for it yet */
        bool _have_current_subtitle;
 
        boost::shared_ptr<Image> _black_image;