Minor fix to documentation
This commit is contained in:
parent
de1b0cc2ac
commit
290ed90f96
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Video {
|
||||||
|
|
||||||
~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 DitherVideo(const char *output_filename, Image *blue_noise,
|
||||||
bool grayscale = false, bool overwrite = false);
|
bool grayscale = false, bool overwrite = false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue