upnpttp: Implement PixelShape support.

TiVo uses this to get the aspect ratio correct on images.
This commit is contained in:
Justin Maggard
2015-07-29 23:23:55 -07:00
parent 9c5d8c7fd2
commit 30562d0b66
2 changed files with 14 additions and 6 deletions

View File

@ -76,7 +76,7 @@ _get_flctags(char *filename, struct song_metadata *psong)
#if FLAC_API_VERSION_CURRENT >= 10
case FLAC__METADATA_TYPE_PICTURE:
if (psong->image) {
DPRINTF(E_INFO, L_SCANNER, "Ignoring additional image [%s]\n", filename);
DPRINTF(E_MAXDEBUG, L_SCANNER, "Ignoring additional image [%s]\n", filename);
break;
}
psong->image_size = block->data.picture.data_length;