* Make strict DLNA adherence optional. Many products appear to handle JPEGs >4096x4096 classified as JPEG_LRG, and it's better to not downscale if we don't have to.
This commit is contained in:
@ -26,7 +26,8 @@ enum upnpconfigoptions {
|
||||
UPNPMEDIADIR, /* directory to search for UPnP-A/V content */
|
||||
UPNPALBUMART_NAMES, /* list of '/'-delimited file names to check for album art */
|
||||
UPNPINOTIFY, /* enable inotify on the media directories */
|
||||
ENABLE_TIVO /* enable support for streaming images and music to TiVo */
|
||||
ENABLE_TIVO, /* enable support for streaming images and music to TiVo */
|
||||
ENABLE_DLNA_STRICT /* strictly adhere to DLNA specs */
|
||||
};
|
||||
|
||||
/* readoptionsfile()
|
||||
|
Reference in New Issue
Block a user