| 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 597fb77970879db62e163b469b5d212b1546c8e7..518244e9337e96ff838e45e83299c005d550d074 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| @@ -59,7 +59,8 @@ class VP8EncoderImpl : public VP8Encoder {
|
| void OnDroppedFrame() override {}
|
|
|
| private:
|
| - void SetupTemporalLayers(int num_streams, int num_temporal_layers,
|
| + void SetupTemporalLayers(int num_streams,
|
| + int num_temporal_layers,
|
| const VideoCodec& codec);
|
|
|
| // Set the cpu_speed setting for encoder based on resolution and/or platform.
|
| @@ -126,10 +127,10 @@ class VP8DecoderImpl : public VP8Decoder {
|
| int InitDecode(const VideoCodec* inst, int number_of_cores) override;
|
|
|
| int Decode(const EncodedImage& input_image,
|
| - bool missing_frames,
|
| - const RTPFragmentationHeader* fragmentation,
|
| - const CodecSpecificInfo* codec_specific_info,
|
| - int64_t /*render_time_ms*/) override;
|
| + bool missing_frames,
|
| + const RTPFragmentationHeader* fragmentation,
|
| + const CodecSpecificInfo* codec_specific_info,
|
| + int64_t /*render_time_ms*/) override;
|
|
|
| int RegisterDecodeCompleteCallback(DecodedImageCallback* callback) override;
|
| int Release() override;
|
| @@ -165,4 +166,3 @@ class VP8DecoderImpl : public VP8Decoder {
|
| } // namespace webrtc
|
|
|
| #endif // WEBRTC_MODULES_VIDEO_CODING_CODECS_VP8_VP8_IMPL_H_
|
| -
|
|
|