Minor fix to documentation

This commit is contained in:
Stephen Seo 2021-12-01 21:35:05 +09:00
parent de1b0cc2ac
commit 290ed90f96

View file

@ -25,7 +25,7 @@ class Video {
~Video();
/// Same as DitherVideo(const std::string&, Image*, bool)
/// Same as DitherVideo(const std::string&, Image*, bool, bool)
bool DitherVideo(const char *output_filename, Image *blue_noise,
bool grayscale = false, bool overwrite = false);