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:
Niels Möller
2018-02-23 10:39:51 +01:00
committed by Commit Bot
parent 9e981f0e43
commit 3f693b9e75
14 changed files with 0 additions and 50 deletions

View File

@ -48,7 +48,6 @@ class MockVideoEncoder : public VideoEncoder {
MOCK_METHOD2(SetRateAllocation,
int32_t(const BitrateAllocation& newBitRate,
uint32_t frameRate));
MOCK_METHOD1(SetPeriodicKeyFrames, int32_t(bool enable));
};
class MockDecodedImageCallback : public DecodedImageCallback {