diff options
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<RGBA, RGBA> 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<RGBA, RGBA> _colours; }; |
