mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
eplayer armbox: fix webtv (thx dbo)
This commit is contained in:
@@ -1520,6 +1520,7 @@ int32_t container_ffmpeg_init_av_context(Context_t *context, char *filename, int
|
||||
}
|
||||
avContextTab[AVIdx]->iformat->flags |= AVFMT_SEEK_TO_PTS;
|
||||
avContextTab[AVIdx]->flags = AVFMT_FLAG_GENPTS;
|
||||
printf("minimal Probe: %d\n", context->playback->noprobe);
|
||||
if (context->playback->noprobe)
|
||||
{
|
||||
wrapped_set_max_analyze_duration(avContextTab[AVIdx], 1);
|
||||
|
Reference in New Issue
Block a user