Attempts to simplify black-filling logic in Player.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index bd7ba98b84fe0f74edd8e50ca195a9873de2ba4b..3ea5f580928773c1a8f681aa782e1e4e61e08def 100644 (file)
@@ -36,6 +36,7 @@ class Log;
 class VideoFilterGraph;
 class FFmpegAudioStream;
 class AudioBuffers;
+class Image;
 struct ffmpeg_pts_offset_test;
 
 /** @class FFmpegDecoder
@@ -75,4 +76,6 @@ private:
        ContentTime _pts_offset;
        boost::optional<ContentTime> _current_subtitle_to;
        bool _have_current_subtitle;
+
+       boost::shared_ptr<Image> _black_image;
 };