Chromium Code Reviews
DescriptionRevert 277386 "Fix: Adding list of supported codecs for MP4 cont..."
Restoring M36 behavior for M37
BUG=387604
> Fix: Adding list of supported codecs for MP4 containers
>
> A table is added for MP4 mime types and their corresponding containers
> H.264 codecs vary according to the profile version. These are
> represented by hexadecimal numbers (RFC6381). These vary across
> platforms, hence a definite "probably" cannot be given for canPlayType
> query. The best we can say is a "maybe" if the codec is RFC compliant.
>
> New behaviour of the browser will be
> audio/mp4 -> avc1/ avc1./ avc1.4D4001 = ""
> audio/mp4 -> mp4a/ mp4a.40/ mp4a.40.2 = "maybe"
> audio/mp4 -> mp4a./ mp4a.50/ mp4a.40. = ""
>
> video/mp4 -> avc1/avc1.4D4001/ = "maybe"
> video/mp4 -> avc1./ avc1.NonHexDigits = ""
> (similar for mp4a and avc3)
>
> BUG=53193
> TEST=out/Release/content_browsertests --gtest_filter=MediaCanPlayType*
>
> Review URL: https://codereview.chromium.org/254983006
TBR=amogh.bihani@samsung.com
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282963
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||