Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit eea26a9

Browse files
authored
Merge pull request #717 from daijh/update-msdk-encoder
Turn off AdaptiveLTR
2 parents ebb5115 + af41ac8 commit eea26a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/owt_base/MsdkFrameEncoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class StreamEncoder : public FrameSource, public JobTimerListener
494494
m_encExtCodingOpt2->Header.BufferId = MFX_EXTBUFF_CODING_OPTION2;
495495
m_encExtCodingOpt2->Header.BufferSz = sizeof(*m_encExtCodingOpt2);
496496
m_encExtCodingOpt2->RepeatPPS = MFX_CODINGOPTION_OFF;
497-
m_encExtCodingOpt2->ExtBRC = MFX_CODINGOPTION_ON;
497+
m_encExtCodingOpt2->ExtBRC = MFX_CODINGOPTION_ADAPTIVE;
498498

499499
m_encExtParams.push_back(reinterpret_cast<mfxExtBuffer *>(m_encExtCodingOpt2.get()));
500500

0 commit comments

Comments
 (0)