| 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 b3967ea30e65a788d4aee35cc13498cb64d55463..25320f460380991e9bbe2528c7aa6654ec8dd205 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| @@ -288,7 +288,7 @@ V4L2VideoEncodeAccelerator::GetSupportedProfiles() {
|
|
|
| const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess();
|
| if (cmd_line->HasSwitch(switches::kEnableWebRtcHWVp8Encoding)) {
|
| - profile.profile = media::VP8PROFILE_MAIN;
|
| + profile.profile = media::VP8PROFILE_ANY;
|
| profile.max_resolution.SetSize(1920, 1088);
|
| profile.max_framerate.numerator = 30;
|
| profile.max_framerate.denominator = 1;
|
|
|