* Add hacks to make .mkv support work on Samsung TVs.

This commit is contained in:
Justin Maggard
2009-07-13 18:00:06 +00:00
parent 35b8bf2f09
commit 1a5e1a6de9
2 changed files with 14 additions and 0 deletions

View File

@ -516,6 +516,8 @@ callback(void *args, int argc, char **argv, char **azColName)
if( dlna_pn )
sprintf(dlna_buf, "DLNA.ORG_PN=%s", dlna_pn);
else if( passed_args->flags & FLAG_DLNA )
strcpy(dlna_buf, "DLNA.ORG_OP=01;DLNA.ORG_CI=0");
else
strcpy(dlna_buf, "*");