| Index: media/filters/vpx_video_decoder.h
|
| diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
|
| index f3e341e64498fbf87e95b1bd47d17f83dd5bb7e1..19f727ea932a51fbecbfe40368602405edc96a5b 100644
|
| --- a/media/filters/vpx_video_decoder.h
|
| +++ b/media/filters/vpx_video_decoder.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| +#include "media/base/decode_capabilities.h"
|
| #include "media/base/demuxer_stream.h"
|
| #include "media/base/video_decoder.h"
|
| #include "media/base/video_decoder_config.h"
|
| @@ -35,6 +36,8 @@ class MEDIA_EXPORT VpxVideoDecoder : public VideoDecoder {
|
| VpxVideoDecoder();
|
| ~VpxVideoDecoder() override;
|
|
|
| + static bool IsVideoConfigSupported(const VideoConfig& config);
|
| +
|
| // VideoDecoder implementation.
|
| std::string GetDisplayName() const override;
|
| void Initialize(const VideoDecoderConfig& config,
|
|
|