Remove unused 'last_key_frame_picture_id' field.

BUG=webrtc:7349
R=brandtr@webrtc.org

Review-Url: https://codereview.webrtc.org/2813763002
Cr-Commit-Position: refs/heads/master@{#17976}
This commit is contained in:
pbos
2017-05-02 06:36:33 -07:00
committed by Commit bot
parent de1590919f
commit c50105db35
2 changed files with 0 additions and 7 deletions

View File

@ -102,7 +102,6 @@ class VP8EncoderImpl : public VP8Encoder {
uint32_t rc_max_intra_target_;
std::vector<TemporalLayers*> temporal_layers_;
std::vector<uint16_t> picture_id_;
std::vector<int> last_key_frame_picture_id_;
std::vector<bool> key_frame_request_;
std::vector<bool> send_stream_;
std::vector<int> cpu_speed_;