libeplayer3/input: increase probesize

This commit is contained in:
martii
2014-04-13 16:30:33 +02:00
parent aeec7f13a0
commit 958b5f6a2c

View File

@@ -382,7 +382,7 @@ bool Input::Init(const char *filename)
avfc->flags = AVFMT_FLAG_GENPTS; avfc->flags = AVFMT_FLAG_GENPTS;
if (player->noprobe) { if (player->noprobe) {
avfc->max_analyze_duration = 1; avfc->max_analyze_duration = 1;
avfc->probesize = 8192; avfc->probesize = 131072;
} }
err = avformat_find_stream_info(avfc, NULL); err = avformat_find_stream_info(avfc, NULL);