Fix calculation of target bitrate of VP9 spatial layer.
This fixes misprint in the code which calculates target bitrate of a VP9 spatial layer where "-" was used instead of "+". Bug: none Change-Id: I17d76a84d00e453c055c068968d7b276e9c23f51 Reviewed-on: https://webrtc-review.googlesource.com/71663 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22974}
This commit is contained in:
committed by
Commit Bot
parent
753f72e1b8
commit
1322dbc81a
@ -745,6 +745,7 @@ if (rtc_include_tests) {
|
||||
"codecs/vp8/default_temporal_layers_unittest.cc",
|
||||
"codecs/vp8/screenshare_layers_unittest.cc",
|
||||
"codecs/vp8/simulcast_unittest.cc",
|
||||
"codecs/vp9/svc_config_unittest.cc",
|
||||
"codecs/vp9/svc_rate_allocator_unittest.cc",
|
||||
"decoding_state_unittest.cc",
|
||||
"fec_controller_unittest.cc",
|
||||
|
||||
Reference in New Issue
Block a user