upnpsoap: make subtitle support more generic

It sounds like more clients may support subtitles using a res element,
so we should make our support more generic.
This commit is contained in:
Justin Maggard
2014-03-12 11:59:10 -07:00
parent cce9a012b3
commit 365d5c3412
4 changed files with 30 additions and 29 deletions

View File

@ -33,9 +33,6 @@
#define PV_NAMESPACE \
" xmlns:pv=\"http://www.pv.com/pvns/\""
#define FLAG_FREE_OBJECT_ID 0x40000000
#define FLAG_ROOT_CONTAINER 0x80000000
struct Response
{
struct string_s *str;