armbox eplayer: noprobe for ts (thx DboxOldie)

Origin commit data
------------------
Branch: master
Commit: fb92b30581
Author: max_10 <max_10@gmx.de>
Date: 2017-12-30 (Sat, 30 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-12-30 13:48:41 +01:00
committed by TangoCash
parent 22d148b351
commit c4b07217d9

View File

@@ -146,6 +146,10 @@ static int PlaybackOpen(Context_t *context, PlayFiles_t *pFiles)
playback_err("Wrong extension (%s)\n", context->playback->uri + 7);
return cERR_PLAYBACK_ERROR;
}
else if (!strncmp("ts", extension, 2))
{
context->playback->noprobe = 1;
}
}
else if (strstr(uri, "://"))
{