Commit 3ddb7968 authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Update comment for why Hi10p is disabled in VTVDA.

BUG=none
TEST=none
R=sandersd

Change-Id: I1f85e8ce594e4b0cf26d8d699d668fad3cf82796
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1679474
Auto-Submit: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarDan Sanders <sandersd@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672709}
parent 2783ef34
...@@ -58,11 +58,14 @@ const VideoCodecProfile kSupportedProfiles[] = { ...@@ -58,11 +58,14 @@ const VideoCodecProfile kSupportedProfiles[] = {
H264PROFILE_BASELINE, H264PROFILE_EXTENDED, H264PROFILE_MAIN, H264PROFILE_BASELINE, H264PROFILE_EXTENDED, H264PROFILE_MAIN,
H264PROFILE_HIGH, H264PROFILE_HIGH,
// TODO(hubbe): Re-enable this once software fallback is working. // TODO(sandersd): Hi10p fails during
// http://crbug.com/605790 // CMVideoFormatDescriptionCreateFromH264ParameterSets with
// kCMFormatDescriptionError_InvalidParameter.
//
// H264PROFILE_HIGH10PROFILE, // H264PROFILE_HIGH10PROFILE,
// TODO(sandersd): Find and test media with these profiles before enabling. // TODO(sandersd): Find and test media with these profiles before enabling.
//
// H264PROFILE_SCALABLEBASELINE, // H264PROFILE_SCALABLEBASELINE,
// H264PROFILE_SCALABLEHIGH, // H264PROFILE_SCALABLEHIGH,
// H264PROFILE_STEREOHIGH, // H264PROFILE_STEREOHIGH,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment