From bf0e700ae7ffb0370cc3f7721cb2e9a18c36c5b6 Mon Sep 17 00:00:00 2001 From: eisneinechse <42617957+eisneinechse@users.noreply.github.com> Date: Mon, 15 Jun 2020 14:05:43 -0700 Subject: [PATCH] Update src/FFmpegWriter.cpp Co-authored-by: Jonathan Thomas --- src/FFmpegWriter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FFmpegWriter.cpp b/src/FFmpegWriter.cpp index 7ad2eb177..c35edcb46 100644 --- a/src/FFmpegWriter.cpp +++ b/src/FFmpegWriter.cpp @@ -1226,7 +1226,6 @@ AVStream *FFmpegWriter::add_video_stream() { #if (LIBAVCODEC_VERSION_MAJOR >= 58) case AV_CODEC_ID_AV1 : // TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet. - // set crf or qp according to bitrate as bitrate is not supported by // these encoders (yet) if (info.video_bit_rate >= 1000) { c->bit_rate = 0;