[Audio] Use MP3 format instead of OGG when using IE browsers

This commit is contained in:
emeric
2015-01-10 18:56:13 +01:00
parent e89b08fc39
commit fe5b010b84
8 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const std::vector<Format> Format::_supportedFormats
{
{Format::OGA, Format::Audio, "audio/ogg", "Ogg"},
{Format::OGV, Format::Video, "video/ogg", "Ogg"},
{Format::MP3, Format::Audio, "audio/mp3", "MP3"},
{Format::MP3, Format::Audio, "audio/mpeg", "MP3"},
{Format::WEBMA, Format::Audio, "audio/webm", "WebM"},
{Format::WEBMV, Format::Video, "video/webm", "WebM"},
{Format::FLV, Format::Video, "video/x-flv", "Flash Video"},
-7
View File
@@ -27,13 +27,6 @@
namespace Transcode
{
std::string
getMimeType(Format format)
{
//TODO
return "";
}
Parameters::Parameters(const InputMediaFile& inputMediaFile,
const Format& outputFormat)
: