From 420432d21afce340e5f8dc2fa8e9f63facef759a Mon Sep 17 00:00:00 2001 From: martii Date: Sun, 13 Apr 2014 16:30:33 +0200 Subject: [PATCH] libeplayer3/input: increase probesize Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/958b5f6a2cfc0c753e97f177827b088983e0f994 Author: martii Date: 2014-04-13 (Sun, 13 Apr 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeplayer3/input.cpp b/libeplayer3/input.cpp index 87d20f1..2a9a86d 100644 --- a/libeplayer3/input.cpp +++ b/libeplayer3/input.cpp @@ -382,7 +382,7 @@ bool Input::Init(const char *filename) avfc->flags = AVFMT_FLAG_GENPTS; if (player->noprobe) { avfc->max_analyze_duration = 1; - avfc->probesize = 8192; + avfc->probesize = 131072; } err = avformat_find_stream_info(avfc, NULL);