X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fffmpeg_capture.h;h=843c83c254d4b9b5ac8cf46532c236cc269298c7;hb=f9024d141398e69e7b4011becd3ebbe37eaa1776;hp=6084b68f398dd6a15727fc380c3ef1207a818db6;hpb=6cf87ad853439f8565c575fb29dc539a15fdba87;p=nageru diff --git a/nageru/ffmpeg_capture.h b/nageru/ffmpeg_capture.h index 6084b68..843c83c 100644 --- a/nageru/ffmpeg_capture.h +++ b/nageru/ffmpeg_capture.h @@ -305,7 +305,7 @@ private: bool has_last_subtitle = false; std::string last_subtitle; - movit::RGBTriplet last_neutral_color; + movit::RGBTriplet last_neutral_color{1.0f, 1.0f, 1.0f}; }; #endif // !defined(_FFMPEG_CAPTURE_H)