| Index: webrtc/modules/video_coding/codecs/vp9/include/vp9.h
|
| diff --git a/webrtc/modules/video_coding/codecs/vp9/include/vp9.h b/webrtc/modules/video_coding/codecs/vp9/include/vp9.h
|
| index 3bcbe46b3a87e0ebfe94101f810504386853b255..3b726a0cc5d5632879588b45a904b76de06a5ea9 100644
|
| --- a/webrtc/modules/video_coding/codecs/vp9/include/vp9.h
|
| +++ b/webrtc/modules/video_coding/codecs/vp9/include/vp9.h
|
| @@ -18,6 +18,7 @@ namespace webrtc {
|
|
|
| class VP9Encoder : public VideoEncoder {
|
| public:
|
| + static bool IsSupported();
|
| static VP9Encoder* Create();
|
|
|
| virtual ~VP9Encoder() {}
|
| @@ -25,6 +26,7 @@ class VP9Encoder : public VideoEncoder {
|
|
|
| class VP9Decoder : public VideoDecoder {
|
| public:
|
| + static bool IsSupported();
|
| static VP9Decoder* Create();
|
|
|
| virtual ~VP9Decoder() {}
|
|
|