| Index: content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.cc b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| index f491274c2b01e0bf148a85524293a70d0139deb3..6e93d3e6aec82043e0a1fff0846d2051e37f6061 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| @@ -306,6 +306,10 @@ V4L2VideoEncodeAccelerator::GetSupportedProfiles() {
|
| profile.profile = media::VP8PROFILE_ANY;
|
| profiles.push_back(profile);
|
| break;
|
| + case V4L2_PIX_FMT_VP9:
|
| + profile.profile = media::VP9PROFILE_ANY;
|
| + profiles.push_back(profile);
|
| + break;
|
| }
|
| }
|
|
|
|
|