]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commitdiff
Add comment about video.h
authorStephen Seo <seo.disparate@gmail.com>
Wed, 1 Dec 2021 07:55:17 +0000 (16:55 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 1 Dec 2021 07:55:17 +0000 (16:55 +0900)
src/video.h

index 9c907bc482df623e822973639097e1658562210f..e42e36e1fed54907ea674094a68c2fe9ae9c64f3 100644 (file)
@@ -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,