* Make Xbox360 support more generic for use with other PlaysForSure clients.

This commit is contained in:
Justin Maggard
2010-08-05 23:09:11 +00:00
parent 6c907d9f50
commit c97d359fe2
8 changed files with 209 additions and 60 deletions

View File

@ -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 *