Skip to content

Commit c037d5c

Browse files
Update src/FFmpegWriter.cpp
We might want to leave some kind of comment though. The encoders will (probably) get these options (soon). Co-authored-by: Jonathan Thomas <[email protected]>
1 parent bf0e700 commit c037d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FFmpegWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@ AVStream *FFmpegWriter::add_video_stream() {
12261226
#if (LIBAVCODEC_VERSION_MAJOR >= 58)
12271227
case AV_CODEC_ID_AV1 :
12281228
// TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet.
1229-
// these encoders (yet)
12301229
if (info.video_bit_rate >= 1000) {
12311230
c->bit_rate = 0;
12321231
if (strstr(info.vcodec.c_str(), "aom") != NULL) {

0 commit comments

Comments
 (0)