mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 07:50:58 +02:00
dont use avformat_find_stream_info, if noprobe is requested
Origin commit data
------------------
Branch: master
Commit: c90e05a8f0
Author: TangoCash <eric@loxat.de>
Date: 2022-09-06 (Tue, 06 Sep 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -200,7 +200,7 @@ static int PlaybackOpen(Context_t *context, PlayFiles_t *pFiles)
|
||||
context->playback->uri = tUri;
|
||||
}
|
||||
|
||||
if (strstr(uri, ":10000") || strstr(uri, ":31339/id="))
|
||||
if (strstr(uri, ":10000") || strstr(uri, ":31339/id=") || strstr(uri, ":17999/1:") || strstr(uri, ":8001/"))
|
||||
{
|
||||
context->playback->noprobe = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user