WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
219819
[WebM] Mark Opus and Vorbis as supported track types.
https://bugs.webkit.org/show_bug.cgi?id=219819
Summary
[WebM] Mark Opus and Vorbis as supported track types.
Jer Noble
Reported
2020-12-11 18:39:30 PST
[WebM] Mark Opus and Vorbis as supported track types.
Attachments
Patch
(1.49 KB, patch)
2020-12-11 18:59 PST
,
Jer Noble
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2020-12-11 18:59:59 PST
Created
attachment 416084
[details]
Patch
Jer Noble
Comment 2
2020-12-11 19:02:09 PST
Committed
r270728
: <
http://trac.webkit.org/r270728
>
Radar WebKit Bug Importer
Comment 3
2020-12-11 19:02:31 PST
<
rdar://problem/72247829
>
Darin Adler
Comment 4
2020-12-17 09:49:19 PST
Comment on
attachment 416084
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=416084&action=review
> Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.cpp:1210 > +#if ENABLE(VORBIS) > + "A_VORBIS", > +#endif > +#if ENABLE(OPUS) > + "A_OPUS", > +#endif
Not important, but can slightly optimize by adding _s to these.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug