DescriptionKeySystems: IsSupportedContainerAndCodecs() ignores empty codec.
In IsTypeSupported() call, when the codec string in the mime type contains extra
commas, e.g. ",vorbis", an empty codec will be passed into
IsSupportedContainerAndCodecs. In this case, we should ignore that codec instead
of assuming it's not empty.
BUG=362769
TEST=Layout test crash is fixed.
Patch Set 1 #
Total comments: 1
Messages
Total messages: 15 (0 generated)
|