]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commitdiff
Minor fix to documentation
authorStephen Seo <seo.disparate@gmail.com>
Wed, 1 Dec 2021 12:35:05 +0000 (21:35 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 1 Dec 2021 12:35:05 +0000 (21:35 +0900)
src/video.h

index 7d9c675fff0bdd3e2360099b75da8c3a0f443d2a..506b0686b46a0cc587e048b38b9299497e8ea4fd 100644 (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);