mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix loopback playing
Origin commit data
------------------
Branch: master
Commit: 029223713a
Author: TangoCash <eric@loxat.de>
Date: 2022-09-14 (Wed, 14 Sep 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1845,7 +1845,7 @@ int32_t container_ffmpeg_init_av_context(Context_t *context, char *filename, uin
|
||||
wrapped_set_max_analyze_duration(avContextTab[AVIdx], 1);
|
||||
}
|
||||
|
||||
if (!context->playback->noprobe)
|
||||
if (strstr(filename, "127.0.0.1") == 0)
|
||||
{
|
||||
ffmpeg_printf(20, "find_streaminfo\n");
|
||||
|
||||
|
Reference in New Issue
Block a user