diff --git a/lib/media/content_workarounds.js b/lib/media/content_workarounds.js index 22fe4a9750..c47ff7f05c 100644 --- a/lib/media/content_workarounds.js +++ b/lib/media/content_workarounds.js @@ -75,6 +75,12 @@ shaka.media.ContentWorkarounds = class { newType: ContentWorkarounds.BOX_TYPE_ENCV_, }); }) + .fullBox('avc3', (box) => { + boxesToModify.push({ + box, + newType: ContentWorkarounds.BOX_TYPE_ENCV_, + }); + }) .fullBox('ec-3', (box) => { boxesToModify.push({ box,