mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 23:43:37 +00:00
Bug 788204 - Gecko doesn't detect MIME type of MP3 files. r=cpearce
From 77b2e88e811309eaca313262c14437112375dd0f Mon Sep 17 00:00:00 2001 Add mp3 extension when media plugins are compiled in. --- .../exthandler/nsExternalHelperAppService.cpp | 3 +++ 1 file changed, 3 insertions(+)
This commit is contained in:
parent
5d5b94dee5
commit
f0a725e701
@ -476,6 +476,9 @@ static nsExtraMimeTypeEntry extraMimeEntries [] =
|
||||
{ AUDIO_OGG, "opus", "Opus Audio" },
|
||||
{ VIDEO_WEBM, "webm", "Web Media Video" },
|
||||
{ AUDIO_WEBM, "webm", "Web Media Audio" },
|
||||
#ifdef MOZ_MEDIA_PLUGINS
|
||||
{ AUDIO_MP3, "mp3", "MPEG Audio" },
|
||||
#endif
|
||||
{ VIDEO_MP4, "mp4", "MPEG-4 Video" },
|
||||
{ VIDEO_RAW, "yuv", "Raw YUV Video" },
|
||||
{ AUDIO_WAV, "wav", "Waveform Audio" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user