X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_subtitle_stream.h;h=8f56d1975e5e7eb5defa7b529af64af4909fef06;hb=4417fa5d535d870999672c94541fe03837e986f4;hp=41b5459292f9104dc333f664401f7fcf1fdd0850;hpb=81d68db9490976c365fc5387a144993f816b1354;p=dcpomatic.git diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 41b545929..8f56d1975 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -39,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; };