MSE: Relax H.264 Baseline mimetype profile recognition
This change lets "avc[13].42y0xx", where y >= 0x8 and xx is a valid level, be an unambiguously matched H.264 Baseline profile. This relaxes the previous requirement of a constrained baseline where y had to be 0xE. CodecParameter | Before | Now ---------------------------------------------------------------------------------------------------- avc[13].42y0xx | probably if y==E, maybe otherwise | probably if y is in [89ABCDEF], maybe otherwise BUG=408552 R=rsleevi@chromium.org,qinmin@chromium.org,dalecurtis@chromium.org TBR=xhwang@chromium.org TEST=Updated MediaCanPlayTypeTest.CodecSupportTest_* Review URL: https://codereview.chromium.org/626163002 Cr-Commit-Position: refs/heads/master@{#298163}
Showing
Please register or sign in to comment