Another comment typo.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Dec 2019 00:11:09 +0000 (01:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Dec 2019 00:11:09 +0000 (01:11 +0100)
src/lib/ffmpeg_subtitle_stream.h

index 41b5459292f9104dc333f664401f7fcf1fdd0850..8f56d1975e5e7eb5defa7b529af64af4909fef06 100644 (file)
@@ -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;
 };