Skip to content

Commit

Permalink
Update src/FFmpegWriter.cpp
Browse files Browse the repository at this point in the history
We might want to leave some kind of comment though. The encoders will (probably) get these options (soon).

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
  • Loading branch information
eisneinechse and jonoomph committed Jun 15, 2020
1 parent bf0e700 commit c037d5c
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.
// these encoders (yet)
if (info.video_bit_rate >= 1000) {
c->bit_rate = 0;
if (strstr(info.vcodec.c_str(), "aom") != NULL) {
Expand Down

0 comments on commit c037d5c

Please sign in to comment.