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
Jer Noble
Comment 1 2020-12-11 18:59:59 PST
Jer Noble
Comment 2 2020-12-11 19:02:09 PST
Radar WebKit Bug Importer
Comment 3 2020-12-11 19:02:31 PST
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.