diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-23 01:11:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-23 01:11:09 +0100 |
| commit | 423ff70ca631e2acef45ce30bf64ada5e213f0d4 (patch) | |
| tree | e56c96702e8e49a3ff85c1ebe9c601e053ae211b /src | |
| parent | c222a2b4a0cadd0332ee6b30309fca79a773f381 (diff) | |
Another comment typo.
Diffstat (limited to 'src')
| -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; }; |
