| 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 ba14ed5841c8251341065795fb79b303ffc04c86..73e0e2122a3ff77f32ff588dcf36134340688db1 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp8/vp8_impl.h
|
| @@ -58,6 +58,8 @@ class VP8EncoderImpl : public VP8Encoder {
|
|
|
| void OnDroppedFrame() override {}
|
|
|
| + const char* ImplementationName() const override;
|
| +
|
| private:
|
| void SetupTemporalLayers(int num_streams, int num_temporal_layers,
|
| const VideoCodec& codec);
|
| @@ -135,6 +137,8 @@ class VP8DecoderImpl : public VP8Decoder {
|
| int Release() override;
|
| int Reset() override;
|
|
|
| + const char* ImplementationName() const override;
|
| +
|
| private:
|
| // Copy reference image from this _decoder to the _decoder in copyTo. Set
|
| // which frame type to copy in _refFrame->frame_type before the call to
|
|
|