Skip to content

Commit

Permalink
Update src/FFmpegWriter.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
  • Loading branch information
eisneinechse and jonoomph committed Jun 15, 2020
1 parent 2491d40 commit bf0e700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FFmpegWriter.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit bf0e700

Please sign in to comment.