| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index 9b973105f3bc9aca5d27624727c52f3d84694aa6..84c3d3583566234640f64bb35e611c6f9dff5d1a 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -97,6 +97,10 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| virtual void Destroy() override;
|
| virtual bool CanDecodeOnIOThread() override;
|
|
|
| + // Get the minimum and maximum supported decode resolution.
|
| + static media::VideoDecodeAccelerator::SupportedResolution
|
| + GetSupportedResolution();
|
| +
|
| private:
|
| // These are rather subjectively tuned.
|
| enum {
|
|
|