Index: webrtc/modules/video_coding/codecs/vp8/vp8_impl.h |
diff --git a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h |
index 7ce06ddc8ef2e1f4abe99f9c9233eb4728d5cdd5..858cf57b159b36f254a9a04126b286022fd99ed7 100644 |
--- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h |
+++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h |
@@ -81,11 +81,9 @@ class VP8EncoderImpl : public VP8Encoder { |
void PopulateCodecSpecific(CodecSpecificInfo* codec_specific, |
const vpx_codec_cx_pkt& pkt, |
int stream_idx, |
- uint32_t timestamp, |
- bool only_predicting_from_key_frame); |
+ uint32_t timestamp); |
- int GetEncodedPartitions(const VideoFrame& input_image, |
- bool only_predicting_from_key_frame); |
+ int GetEncodedPartitions(const VideoFrame& input_image); |
// Set the stream state for stream |stream_idx|. |
void SetStreamState(bool send_stream, int stream_idx); |