Skip to content

Commit

Permalink
[Encode] bug fix for AVC TCBRC
Browse files Browse the repository at this point in the history
bug fix for AVC TCBRC.
  • Loading branch information
sujun96 authored and intel-mediadev committed Jul 3, 2023
1 parent 6f21fd6 commit a5d4674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class AvcBasicFeature : public EncodeBasicFeature,

// TCBRC related flags
bool m_forcedTCBRC = false; //!< TCBRC forced instead of LowDelayBRC
bool m_brcAdaptiveRegionBoostSupported = false; //!< Adaptive Region Boost supported flag
bool m_brcAdaptiveRegionBoostSupported = true; //!< Adaptive Region Boost supported flag
bool m_brcAdaptiveRegionBoostEnabled = false; //!< Adaptive Region Boost enabled flag

protected:
Expand Down

0 comments on commit a5d4674

Please sign in to comment.