From c5b2f2171f05b973995c0871b698a0a1ff90039b Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 13 Jul 2010 20:17:18 +0000 Subject: [PATCH] * Make Samsung BD players work with MKV files in addition to their TVs. --- upnphttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnphttp.c b/upnphttp.c index bac3ae2..1b26dbe 100644 --- a/upnphttp.c +++ b/upnphttp.c @@ -248,7 +248,7 @@ intervening space) by either an integer or the keyword "infinite". */ h->reqflags |= FLAG_MIME_AVI_DIVX; } else if(strncmp(p, "SamsungWiselinkPro", 18)==0 || - strncmp(p, "SEC_HHP_TV", 10)==0) + strncmp(p, "SEC_HHP_", 8)==0) { h->req_client = ESamsungTV; h->reqflags |= FLAG_DLNA;