From: Stephen Seo Date: Wed, 1 Dec 2021 07:55:17 +0000 (+0900) Subject: Add comment about video.h X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.js?a=commitdiff_plain;h=af7b28f794cae6b5976f4b7d4328707e9815e416;p=EN605.617.81.FA21_StephenSeo_DitheringProject Add comment about video.h --- diff --git a/src/video.h b/src/video.h index 9c907bc..e42e36e 100644 --- a/src/video.h +++ b/src/video.h @@ -32,6 +32,10 @@ class Video { /*! * \brief Dithers the frames in the input video. * + * Currently, the program doesn't create the output video, but instead outputs + * each frame as an individual image in the current directory. If things go + * well, the expected behavior will be implemented soon. + * * \return True on success. */ bool DitherVideo(const std::string &output_filename, Image *blue_noise,