commit | d3438aa1ed938746bd021ebcbe87890bea8f8150 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Thu Nov 08 16:56:43 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 08 16:41:12 2018 +0000 |
tree | e6334bc042215bfd98021ed922148433979b411f | |
parent | 6528d8a954abae85ea2dd0cd3adb5fc3471219ed [diff] [blame] |
Add ability to specify if rate controller of video encoder is trusted. If rate controller is trusted, we disable the frame dropper in the media optimization module. This is a re-land of https://webrtc-review.googlesource.com/c/src/+/105020 Bug: webrtc:9890 Change-Id: I418e47a43a1a98cb2fd5295c03360b954f2288f2 Reviewed-on: https://webrtc-review.googlesource.com/c/109141 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25570}
diff --git a/modules/video_coding/codecs/vp9/vp9_impl.h b/modules/video_coding/codecs/vp9/vp9_impl.h index 3418fe3..e647f3f 100644 --- a/modules/video_coding/codecs/vp9/vp9_impl.h +++ b/modules/video_coding/codecs/vp9/vp9_impl.h
@@ -117,6 +117,7 @@ bool is_svc_; InterLayerPredMode inter_layer_pred_; bool external_ref_control_; + const bool trusted_rate_controller_; std::vector<FramerateController> framerate_controller_;