[DEBUG] correct mine type of ffmpeg

This commit is contained in:
Edouard DUPIN 2017-06-28 08:23:12 +02:00
parent 1181bc52e7
commit e790937d29

View File

@ -118,7 +118,7 @@ egami::Image egami::load(const std::string& _mineType, const std::vector<uint8_t
#else
EGAMI_WARNING("egamy not compile with the PNG dependency for file '" << _buffer.size() << "'");
#endif
} else if (_mineType == "image/jpg") {
} else if (_mineType == "image/jpeg") {
#ifdef EGAMI_BUILD_JPEG
out = egami::loadJPG(_buffer);
if (out.exist() == false) {