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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user