Add comment about video.h

This commit is contained in:
Stephen Seo 2021-12-01 16:55:17 +09:00
parent b5cf224935
commit af7b28f794

View file

@ -32,6 +32,10 @@ class Video {
/*! /*!
* \brief Dithers the frames in the input 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. * \return True on success.
*/ */
bool DitherVideo(const std::string &output_filename, Image *blue_noise, bool DitherVideo(const std::string &output_filename, Image *blue_noise,