Delete dead code VP8EncoderImpl::UpdateCodecFrameSize.

BUG=webrtc:7349

Review-Url: https://codereview.webrtc.org/2855473006
Cr-Commit-Position: refs/heads/master@{#17969}
This commit is contained in:
brandtr
2017-05-02 02:21:17 -07:00
committed by Commit bot
parent bf2c049a12
commit fc31a43e36
2 changed files with 1 additions and 34 deletions

View File

@ -75,9 +75,6 @@ class VP8EncoderImpl : public VP8Encoder {
// Call encoder initialize function and set control settings.
int InitAndSetControlSettings();
// Update frame size for codec.
int UpdateCodecFrameSize(int width, int height);
void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
const vpx_codec_cx_pkt& pkt,
int stream_idx,