[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
-2
View File
@@ -154,8 +154,6 @@ InputFormatContext::getPictures(std::vector<Picture>& pictures) const
else
picture.mimeType = "application/octet-stream";
LMS_LOG(MOD_AV, SEV_DEBUG) << "MIME set to '" << picture.mimeType << "'" << std::endl;
AVPacket pkt = native()->streams[i]->attached_pic;
std::copy(pkt.data, pkt.data + pkt.size, std::back_inserter(picture.data));