mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3: disable noprobe hack
This commit is contained in:
@@ -909,8 +909,10 @@ int container_ffmpeg_init(Context_t *context, char * filename)
|
|||||||
}
|
}
|
||||||
|
|
||||||
avContext->flags = AVFMT_FLAG_GENPTS;
|
avContext->flags = AVFMT_FLAG_GENPTS;
|
||||||
|
#ifndef MARTII // I'm currently taking the DVB subtitle info from the stream. Need to probe.
|
||||||
if (context->playback->noprobe)
|
if (context->playback->noprobe)
|
||||||
avContext->max_analyze_duration = 1;
|
avContext->max_analyze_duration = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
ffmpeg_printf(20, "find_streaminfo\n");
|
ffmpeg_printf(20, "find_streaminfo\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user