Delete unused method SetPeriodicKeyFrames.
Keyframe interval is configurable in codec settings, with no need for a setter method to toggle it on or off. Bug: webrtc:8830 Change-Id: Ic20d8829884ed22588f8f8c0cceddd76144a9858 Reviewed-on: https://webrtc-review.googlesource.com/56040 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22280}
This commit is contained in:
@ -59,7 +59,6 @@ class H264EncoderImpl : public H264Encoder {
|
||||
|
||||
// Unsupported / Do nothing.
|
||||
int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
||||
int32_t SetPeriodicKeyFrames(bool enable) override;
|
||||
|
||||
// Exposed for testing.
|
||||
H264PacketizationMode PacketizationModeForTesting() const {
|
||||
|
Reference in New Issue
Block a user