mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00
![]() When allocating bitrate, some parts of the coded directly uses the bitrate parameter, while others lets it be capped by VideoCodec.maxBitrate. This may result in an inconsistency between expected and actual number of temporal layers, causing a crash. Even better would be to update VideoCodecInitializer to not create VideoCodec instances where there's not enough maxBitrate to activate all spatial layers - but that's a much more complex issue. Bug: chromium:1423365 Change-Id: Ic74b68261ea6043f1795accdd9864319ab535435 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298041 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39593} |
||
---|---|---|
.. | ||
BUILD.gn | ||
create_scalability_structure.cc | ||
create_scalability_structure.h | ||
scalability_mode_util.cc | ||
scalability_mode_util.h | ||
scalability_mode_util_unittest.cc | ||
scalability_structure_full_svc.cc | ||
scalability_structure_full_svc.h | ||
scalability_structure_full_svc_unittest.cc | ||
scalability_structure_key_svc.cc | ||
scalability_structure_key_svc.h | ||
scalability_structure_key_svc_unittest.cc | ||
scalability_structure_l2t2_key_shift.cc | ||
scalability_structure_l2t2_key_shift.h | ||
scalability_structure_l2t2_key_shift_unittest.cc | ||
scalability_structure_simulcast.cc | ||
scalability_structure_simulcast.h | ||
scalability_structure_test_helpers.cc | ||
scalability_structure_test_helpers.h | ||
scalability_structure_unittest.cc | ||
scalable_video_controller.h | ||
scalable_video_controller_no_layering.cc | ||
scalable_video_controller_no_layering.h | ||
svc_rate_allocator.cc | ||
svc_rate_allocator.h | ||
svc_rate_allocator_unittest.cc |