]> git.sesse.net Git - nageru/blobdiff - ffmpeg_capture.cpp
Add support for using FFmpeg video sources as audio.
[nageru] / ffmpeg_capture.cpp
index c5f71b67a20a1848d2b346038c80f660d645328a..a0904dc3eb2f48881152cce24152274455eb1693 100644 (file)
@@ -208,7 +208,6 @@ YCbCrFormat decode_ycbcr_format(const AVPixFmtDescriptor *desc, const AVFrame *f
 FFmpegCapture::FFmpegCapture(const string &filename, unsigned width, unsigned height)
        : filename(filename), width(width), height(height), video_timebase{1, 1}
 {
-       // Not really used for anything.
        description = "Video: " + filename;
 
        last_frame = steady_clock::now();