From bbb405269f1570c78dd0c37ad1b3b06f5d6cc1aa Mon Sep 17 00:00:00 2001 From: wouter spruit Date: Fri, 6 Mar 2015 14:20:50 +0100 Subject: [PATCH] removed fixed in info.cpp analyser --- src/analysers/info.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/analysers/info.cpp b/src/analysers/info.cpp index d2854002..4b01a9c9 100644 --- a/src/analysers/info.cpp +++ b/src/analysers/info.cpp @@ -90,9 +90,6 @@ namespace Info { fileSpecs.removeMember( "streams" ); } else { fileSpecs["format"] = "dtsc"; - if (DTSC::isFixed(fileSpecs)){ - fileSpecs["is_fixed"] = 1ll; - } JSON::Value tracks = fileSpecs["tracks"]; for(JSON::ObjIter trackIt = tracks.ObjBegin(); trackIt != tracks.ObjEnd(); trackIt++){ fileSpecs["tracks"][trackIt->first].removeMember("fragments");