From 429a2f1311a37bf347baa11f31967a50e29c7e1b Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 5 Apr 2011 22:17:02 +0000 Subject: [PATCH] * Fix Sony adaptation by modifying the right buffer. --- upnpsoap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upnpsoap.c b/upnpsoap.c index 91e8729..69c29b7 100644 --- a/upnpsoap.c +++ b/upnpsoap.c @@ -689,9 +689,9 @@ callback(void *args, int argc, char **argv, char **azColName) } /* BRAVIA KDL-##*X### series TVs do natively support AVC/AC3 in TS, but require profile to be renamed (applies to _T and _ISO variants also) */ - modifyString(dlna_pn, "AVC_TS_MP_SD_AC3", "AVC_TS_HD_50_AC3", 0); - modifyString(dlna_pn, "AVC_TS_MP_HD_AC3", "AVC_TS_HD_50_AC3", 0); - modifyString(dlna_pn, "AVC_TS_HP_HD_AC3", "AVC_TS_HD_50_AC3", 0); + modifyString(dlna_buf, "AVC_TS_MP_SD_AC3", "AVC_TS_HD_50_AC3", 0); + modifyString(dlna_buf, "AVC_TS_MP_HD_AC3", "AVC_TS_HD_50_AC3", 0); + modifyString(dlna_buf, "AVC_TS_HP_HD_AC3", "AVC_TS_HD_50_AC3", 0); } } else if( *mime == 'a' )