libeplayer3: disable noprobe hack

Origin commit data
------------------
Branch: master
Commit: 22d9e34f29
Author: martii <m4rtii@gmx.de>
Date: 2012-10-04 (Thu, 04 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-10-04 09:42:28 +02:00
parent 93dee5ef9f
commit 4b55965fa3

View File

@@ -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");