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>2010-08-06 03:09:11 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-08-06 03:09:11 +0400
commitc38c2fa46acc915e997cb7c94e4218825fcad586 (patch)
treea40bb85415d43da9e7a3d44e8632cf07ba7edb45 /upnphttp.h
parent8611b3167d0fba88773ab56c452860c47a1bf611 (diff)
* Make Xbox360 support more generic for use with other PlaysForSure clients.
Diffstat (limited to 'upnphttp.h')
-rw-r--r--upnphttp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/upnphttp.h b/upnphttp.h
index 1d0ff91..de98079 100644
--- a/upnphttp.h
+++ b/upnphttp.h
@@ -54,8 +54,8 @@ struct upnphttp {
off_t req_RangeStart;
off_t req_RangeEnd;
long int req_chunklen;
- u_int32_t reqflags;
- int respflags;
+ uint32_t reqflags;
+ uint32_t respflags;
/* response */
char * res_buf;
int res_buflen;
@@ -87,6 +87,7 @@ struct upnphttp {
#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
/* New_upnphttp() */
struct upnphttp *