removed fixed in info.cpp analyser

This commit is contained in:
wouter spruit 2015-03-06 14:20:50 +01:00
parent 96328cd035
commit bbb405269f

View file

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