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.sourceforce.net>2011-08-19 03:24:17 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-08-19 03:24:17 +0400
commitdb5eca7ed80bd6923660ffb20c283c15bc874b18 (patch)
tree821d11829210fd8517cab64335dd47872b745b5e /upnphttp.h
parent49379515d117cb5aa20bafae5937a9240315adc3 (diff)
* Add WAV MIME workaround for Marantz Receivers and Roku SoundBridge.
* Fix bitrate displayed on Microsoft PFS devices.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/upnphttp.h b/upnphttp.h
index 95711cb..2998c22 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -109,13 +109,14 @@ struct upnphttp {
#define FLAG_MIME_AVI_DIVX 0x00200000
#define FLAG_MIME_AVI_AVI 0x00400000
#define FLAG_MIME_FLAC_FLAC 0x00800000
-#define FLAG_NO_RESIZE 0x01000000
-#define FLAG_MS_PFS 0x02000000 // Microsoft PlaysForSure client
-#define FLAG_SAMSUNG 0x04000000
-#define FLAG_AUDIO_ONLY 0x08000000
-
-#define FLAG_FREE_OBJECT_ID 0x00000001
-#define FLAG_ROOT_CONTAINER 0x00000002
+#define FLAG_MIME_WAV_WAV 0x01000000
+#define FLAG_NO_RESIZE 0x02000000
+#define FLAG_MS_PFS 0x04000000 // Microsoft PlaysForSure client
+#define FLAG_SAMSUNG 0x08000000
+#define FLAG_AUDIO_ONLY 0x10000000
+
+#define FLAG_FREE_OBJECT_ID 0x00000001
+#define FLAG_ROOT_CONTAINER 0x00000002
/* New_upnphttp() */
struct upnphttp *