mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-07 21:32:56 +00:00
FS-7519 FS-7677 fix h264 issue caused by 5e9a4992e69271a9beb222242bb5945232b3f58f
This commit is contained in:
parent
7191e02f65
commit
d5a52273a9
@ -880,7 +880,7 @@ static switch_status_t open_encoder(h264_codec_context_t *context, uint32_t widt
|
||||
context->encoder_ctx->me_subpel_quality = 7; // subq=7
|
||||
context->encoder_ctx->me_range = 16; // me_range=16
|
||||
context->encoder_ctx->max_b_frames = 3; // bf=3
|
||||
context->encoder_ctx->refs = 3; // refs=3
|
||||
//context->encoder_ctx->refs = 3; // refs=3
|
||||
context->encoder_ctx->trellis = 1; // trellis=1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user