mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00
![]() This deletes the resilienceOn flag in VideoCodecVP8 and VideoCodecVP9. Instead, the implementations of VP8 and VP9 set resilience mode internally, based on the configuration of temporal and spatial layers. The nack_enabled argument to VideoCodecInitializer::SetupCodec becomes unused with this cl. In a followup, it will be deleted, together with the corresponding argument to VideoStreamEncoder methods. An applications which really wants to configure resilience differently can do that by injecting an EncoderFactory with encoders behaving as desired. Bug: webrtc:8830 Change-Id: I9990faf07d3e95c0fb4a56fcc9a56c2005b4a6fa Reviewed-on: https://webrtc-review.googlesource.com/71380 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23025} |
||
---|---|---|
.. | ||
include | ||
test | ||
default_temporal_layers.cc | ||
default_temporal_layers.h | ||
default_temporal_layers_unittest.cc | ||
libvpx_vp8_decoder.cc | ||
libvpx_vp8_decoder.h | ||
libvpx_vp8_encoder.cc | ||
libvpx_vp8_encoder.h | ||
screenshare_layers.cc | ||
screenshare_layers.h | ||
screenshare_layers_unittest.cc | ||
simulcast_rate_allocator.cc | ||
simulcast_rate_allocator.h | ||
simulcast_test_utility.h | ||
simulcast_unittest.cc | ||
temporal_layers.cc | ||
temporal_layers.h |