1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-08 07:00:10 +02:00

feat: add 'audio/mp4' mimetype for m4a files (#5982)

This commit is contained in:
Grzegorz Blaszczyk 2019-05-17 22:17:25 +02:00 committed by Gary Katsevman
parent d41794c42c
commit 0f501f9fa1

View File

@ -14,6 +14,7 @@ export const MimetypesKind = {
mov: 'video/mp4',
m4v: 'video/mp4',
mkv: 'video/x-matroska',
m4a: 'audio/mp4',
mp3: 'audio/mpeg',
aac: 'audio/aac',
oga: 'audio/ogg',