From 22d9e34f298731173ada0a0c986d0e0074316028 Mon Sep 17 00:00:00 2001 From: martii Date: Thu, 4 Oct 2012 09:42:28 +0200 Subject: [PATCH] libeplayer3: disable noprobe hack --- libeplayer3/container/container_ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libeplayer3/container/container_ffmpeg.c b/libeplayer3/container/container_ffmpeg.c index de05dbb..baf32a7 100644 --- a/libeplayer3/container/container_ffmpeg.c +++ b/libeplayer3/container/container_ffmpeg.c @@ -909,8 +909,10 @@ int container_ffmpeg_init(Context_t *context, char * filename) } 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) avContext->max_analyze_duration = 1; +#endif ffmpeg_printf(20, "find_streaminfo\n");