From 431c06e4cda0304b4ea4e718d343d6706b390994 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 9 Feb 2022 15:49:12 +0100 Subject: [PATCH] Fixed MP4 VoD input --- src/input/input_mp4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/input_mp4.cpp b/src/input/input_mp4.cpp index 90764108..2e1c7923 100644 --- a/src/input/input_mp4.cpp +++ b/src/input/input_mp4.cpp @@ -209,7 +209,6 @@ namespace Mist{ INFO_MSG("inFile failed!"); return false; } - if (readExistingHeader()){return true;} // first we get the necessary header parts size_t tNumber = 0;