* 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.
This commit is contained in:
@ -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 *
|
||||
|
Reference in New Issue
Block a user