libeplayer3/input: increase probesize

Origin commit data
------------------
Branch: master
Commit: 958b5f6a2c
Author: martii <m4rtii@gmx.de>
Date: 2014-04-13 (Sun, 13 Apr 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-13 16:30:33 +02:00
parent da596c2446
commit 420432d21a

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