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-07-29 03:17:30 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-07-29 03:17:30 +0400
commit14543500e86c4703494630837ae78e5681f337da (patch)
treed5fa2881a9e0f630af8d441b2747736da713b9f6 /upnphttp.h
parent15516a0311f50c0f17616fb04e25c4d4c665a473 (diff)
* Add Popcorn Hour support for using the wrong MIME type for FLAC.
* Fix a couple crash bugs with invalid UPnP-A/V SOAP requests. * Fix WAV file extension support.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/upnphttp.h b/upnphttp.h
index c26a3c3..5d9d1d9 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -85,7 +85,8 @@ struct upnphttp {
#define FLAG_MIME_AVI_DIVX 0x00200000
#define FLAG_MIME_AVI_AVI 0x00400000
#define FLAG_MIME_WAV_WAV 0x00800000
-#define FLAG_WAV_NO_DLNA 0x01000000
+#define FLAG_MIME_FLAC_FLAC 0x01000000
+#define FLAG_WAV_NO_DLNA 0x02000000
/* New_upnphttp() */
struct upnphttp *