mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
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:
@@ -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, "://"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user