Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-05-15 02:13:06 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-15 02:13:06 +0400
commit5d858f910b693f50569f95c1bb504adcac8ef5de (patch)
tree41ab7fb0c790665906f6c3c5ae27511a517451a8 /upnpdescgen.c
parentce3f52a8043859e3576a595ffce405cb9a456018 (diff)
* Some minor DLNA conformance fixups.
Diffstat (limited to 'upnpdescgen.c')
-rw-r--r--upnpdescgen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/upnpdescgen.c b/upnpdescgen.c
index 1eae2b8..5116f84 100644
--- a/upnpdescgen.c
+++ b/upnpdescgen.c
@@ -127,22 +127,22 @@ static const struct XMLElt rootDesc[] =
{"/mimetype", "image/png"},
{"/width", "48"},
{"/height", "48"},
- {"/depth", "32"},
+ {"/depth", "24"},
{"/url", "/icons/sm.png"},
{"/mimetype", "image/png"},
{"/width", "120"},
{"/height", "120"},
- {"/depth", "32"},
+ {"/depth", "24"},
{"/url", "/icons/lrg.png"},
{"/mimetype", "image/jpeg"},
{"/width", "48"},
{"/height", "48"},
- {"/depth", "32"},
+ {"/depth", "24"},
{"/url", "/icons/sm.jpg"},
{"/mimetype", "image/jpeg"},
{"/width", "120"},
{"/height", "120"},
- {"/depth", "32"},
+ {"/depth", "24"},
{"/url", "/icons/lrg.jpg"},
{"service", INITHELPER(46,5)},
{"service", INITHELPER(51,5)},