Skip to content

Commit 3dfcea1

Browse files
committed
Fix indentation
1 parent c037d5c commit 3dfcea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FFmpegWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ AVStream *FFmpegWriter::add_video_stream() {
12251225
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 39, 101)
12261226
#if (LIBAVCODEC_VERSION_MAJOR >= 58)
12271227
case AV_CODEC_ID_AV1 :
1228-
// TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet.
1228+
// TODO: Set `crf` or `qp` according to bitrate, as bitrate is not supported by these encoders yet.
12291229
if (info.video_bit_rate >= 1000) {
12301230
c->bit_rate = 0;
12311231
if (strstr(info.vcodec.c_str(), "aom") != NULL) {

0 commit comments

Comments
 (0)