From 9e74193f3431e7232039857f090d68a631e975eb Mon Sep 17 00:00:00 2001 From: martii Date: Mon, 18 Mar 2013 18:49:00 +0100 Subject: [PATCH] libeplayer3/playback_libeplayer3: change noprobe handling --- libeplayer3/container/container_ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libeplayer3/container/container_ffmpeg.c b/libeplayer3/container/container_ffmpeg.c index 16e59b7..f7e9e0d 100644 --- a/libeplayer3/container/container_ffmpeg.c +++ b/libeplayer3/container/container_ffmpeg.c @@ -1604,10 +1604,8 @@ 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");