X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_capture.cpp;fp=ffmpeg_capture.cpp;h=a0904dc3eb2f48881152cce24152274455eb1693;hb=80a2892bbe07a4e065704830e9e7244d2b1139fa;hp=c5f71b67a20a1848d2b346038c80f660d645328a;hpb=11a83c8d137baee4852ba23b2db77ab4132fee85;p=nageru diff --git a/ffmpeg_capture.cpp b/ffmpeg_capture.cpp index c5f71b6..a0904dc 100644 --- a/ffmpeg_capture.cpp +++ b/ffmpeg_capture.cpp @@ -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();