X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_subtitle_stream.h;h=8f56d1975e5e7eb5defa7b529af64af4909fef06;hb=fa5f3a8bf77209da27acc33cf144e2e4500a2600;hp=85c4df889bdcf7a88165c28200180fd952c1d851;hpb=bccf7c5c6ff50e25dff8e0e433b81379d8999f9b;p=dcpomatic.git diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 85c4df889..8f56d1975 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2017 Carl Hetherington + Copyright (C) 2013-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -21,6 +21,7 @@ #include "dcpomatic_time.h" #include "rgba.h" #include "ffmpeg_stream.h" +#include #include class FFmpegSubtitleStream : public FFmpegStream @@ -38,7 +39,7 @@ public: std::map colours () const; private: - /** mutex to protect _colours as it can be set from the "examine FFMpeg subtitles" job thread */ + /** mutex to protect _colours as it can be set from the "examine FFmpeg subtitles" job thread */ mutable boost::mutex _mutex; std::map _colours; };