From 2157b6c5f603ab59722af2c79f40019a03cfd59a Mon Sep 17 00:00:00 2001 From: max_10 Date: Sun, 5 Jun 2016 11:20:38 +0200 Subject: [PATCH] fix commit edfb3c20e4b64020c4c62d64a4210b1eb0185329 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/1feb9692c3016694d609311dfdb9662ec8ca580b Author: max_10 Date: 2016-06-05 (Sun, 05 Jun 2016) ------------------ 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 b09c636..179cefd 100644 --- a/libeplayer3/input.cpp +++ b/libeplayer3/input.cpp @@ -451,7 +451,7 @@ again: avfc->iformat->flags |= AVFMT_SEEK_TO_PTS; avfc->flags = AVFMT_FLAG_GENPTS; - if (player->noprobe || player->isHttp) { + if (player->noprobe) { #if (LIBAVFORMAT_VERSION_MAJOR < 55) || \ (LIBAVFORMAT_VERSION_MAJOR == 55 && LIBAVFORMAT_VERSION_MINOR < 43) || \ (LIBAVFORMAT_VERSION_MAJOR == 55 && LIBAVFORMAT_VERSION_MINOR == 43 && LIBAVFORMAT_VERSION_MICRO < 100) || \