Skip to content

Commit 089cd8a

Browse files
committed
Changed the default encoding bitrate mode from VBR to CBR
Signed-off-by: Chen, Tianmi <tianmi.chen@intel.com>
1 parent 0153e80 commit 089cd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c2_components/src/mfx_c2_encoder_component.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ MfxC2EncoderComponent::MfxC2EncoderComponent(const C2String name, const CreateCo
260260

261261
addParameter(
262262
DefineParam(m_bitrateMode, C2_PARAMKEY_BITRATE_MODE)
263-
.withDefault(new C2StreamBitrateModeTuning::output(SINGLE_STREAM_ID, C2Config::BITRATE_VARIABLE))
263+
.withDefault(new C2StreamBitrateModeTuning::output(SINGLE_STREAM_ID, C2Config::BITRATE_CONST))
264264
.withFields({
265265
C2F(m_bitrateMode, value).oneOf({
266266
C2Config::BITRATE_CONST,

0 commit comments

Comments
 (0)