diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 16:50:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-15 22:33:26 +0200 |
| commit | c5cef18516fae464c6c6c9c79e3c557eb342b02f (patch) | |
| tree | 4ae7483503682150925d7be7467043e2967eeede /src/lib/ffmpeg_subtitle_stream.h | |
| parent | 7254d43d8283b82d4d100e78bd3fd8026e5e68ed (diff) | |
White space: ffmpeg_subtitle_stream.{cc,h}
Diffstat (limited to 'src/lib/ffmpeg_subtitle_stream.h')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 6251350ce..614a014e6 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -27,16 +27,16 @@ class FFmpegSubtitleStream : public FFmpegStream { public: - FFmpegSubtitleStream (std::string n, int i) - : FFmpegStream (n, i) + FFmpegSubtitleStream(std::string n, int i) + : FFmpegStream(n, i) {} - FFmpegSubtitleStream (cxml::ConstNodePtr node, int version); + FFmpegSubtitleStream(cxml::ConstNodePtr node, int version); void as_xml(xmlpp::Element*) const; - void set_colour (RGBA from, RGBA to); - std::map<RGBA, RGBA> colours () const; + void set_colour(RGBA from, RGBA to); + std::map<RGBA, RGBA> colours() const; private: /** mutex to protect _colours as it can be set from the "examine FFmpeg subtitles" job thread */ |
