Skip to content

Commit c6459d5

Browse files
srikieonlineSrikanth Peddibhotla
andauthored
fix: Add vp9 to normalized codec list (#8416)
Co-authored-by: Srikanth Peddibhotla <[email protected]>
1 parent 1c85396 commit c6459d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util/mime_utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ shaka.util.MimeUtils = class {
173173
case base === 'mp4a' && profile === 'a9':
174174
return 'dtsc'; // DTS Digital Surround
175175
case base === 'vp09':
176+
case base === 'vp9':
176177
return 'vp9';
177178
case base === 'avc1':
178179
case base === 'avc3':

0 commit comments

Comments
 (0)