* 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:
Justin Maggard
2009-10-14 21:24:23 +00:00
parent b632bf1704
commit 4efa9d06ac
8 changed files with 25 additions and 13 deletions

View File

@ -23,7 +23,7 @@
time_t startup_time = 0;
struct runtime_vars_s runtime_vars;
int runtime_flags = INOTIFYMASK;
int runtime_flags = INOTIFY_MASK;
const char * pidfilename = "/var/run/minidlna.pid";