Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
index f9c123079e16b55d892ac8baba214d36cfc0b33e..f5dea48f7037bc7c0d6a1ee08f9c2d9029c1f75c 100644 |
--- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
+++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h |
@@ -45,6 +45,8 @@ class VP9EncoderImpl : public VP9Encoder { |
void OnDroppedFrame() override {} |
+ const char* ImplementationName() const override; |
+ |
private: |
// Determine number of encoder threads to use. |
int NumberOfThreads(int width, int height, int number_of_cores); |
@@ -114,6 +116,8 @@ class VP9DecoderImpl : public VP9Decoder { |
int Reset() override; |
+ const char* ImplementationName() const override; |
+ |
private: |
int ReturnFrame(const vpx_image_t* img, uint32_t timeStamp); |