mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
Formatting
This commit is contained in:
@ -835,7 +835,7 @@ MP4::Tag::setPictures(const PictureMap &l)
|
||||
++pictureListIt) {
|
||||
Picture picture = *pictureListIt;
|
||||
CoverArt::Format format;
|
||||
String mime = picture.mime();
|
||||
String mime = picture.mime();
|
||||
if(String("image/") == mime)
|
||||
format = CoverArt::Unknown;
|
||||
else if(String("image/bmp") == mime)
|
||||
|
Reference in New Issue
Block a user