summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-23 01:11:09 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-23 01:11:09 +0100
commit423ff70ca631e2acef45ce30bf64ada5e213f0d4 (patch)
treee56c96702e8e49a3ff85c1ebe9c601e053ae211b /src/lib
parentc222a2b4a0cadd0332ee6b30309fca79a773f381 (diff)
Another comment typo.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffmpeg_subtitle_stream.h2
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;
};