We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17c0c4 commit 8a58d6eCopy full SHA for 8a58d6e
lib/mp4/probe.js
@@ -299,7 +299,7 @@ getTracks = function(init) {
299
300
if (codecBox) {
301
// https://tools.ietf.org/html/rfc6381#section-3.3
302
- if ((/^[a-z]vc[1-9]$/i).test(track.codec)) {
+ if ((/^[asm]vc[1-9]$/i).test(track.codec)) {
303
// we don't need anything but the "config" parameter of the
304
// avc1 codecBox
305
codecConfig = codecBox.subarray(78);
0 commit comments