Remove redundant return-statement in VCMGenericEncoder::RequestFrame

Bug: None
Change-Id: I0da8747729ec309a37146397d6bc1f32bf22c329
Reviewed-on: https://webrtc-review.googlesource.com/c/113660
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25947}
This commit is contained in:
Elad Alon
2018-12-07 21:21:37 +01:00
committed by Commit Bot
parent a1eb9c7e9b
commit f04feee41e

View File

@ -150,7 +150,6 @@ int32_t VCMGenericEncoder::RequestFrame(
return encoder_->Encode(
VideoFrame(I420Buffer::Create(1, 1), kVideoRotation_0, 0), NULL,
&frame_types);
return 0;
}
bool VCMGenericEncoder::InternalSource() const {