libeplayer3/playback_libeplayer3: change noprobe handling

This commit is contained in:
martii
2013-03-18 18:49:00 +01:00
parent 1a499b7054
commit 9e74193f34

View File

@@ -1604,10 +1604,8 @@ 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");