removed fixed in info.cpp analyser
This commit is contained in:
parent
96328cd035
commit
bbb405269f
1 changed files with 0 additions and 3 deletions
|
@ -90,9 +90,6 @@ namespace Info {
|
||||||
fileSpecs.removeMember( "streams" );
|
fileSpecs.removeMember( "streams" );
|
||||||
} else {
|
} else {
|
||||||
fileSpecs["format"] = "dtsc";
|
fileSpecs["format"] = "dtsc";
|
||||||
if (DTSC::isFixed(fileSpecs)){
|
|
||||||
fileSpecs["is_fixed"] = 1ll;
|
|
||||||
}
|
|
||||||
JSON::Value tracks = fileSpecs["tracks"];
|
JSON::Value tracks = fileSpecs["tracks"];
|
||||||
for(JSON::ObjIter trackIt = tracks.ObjBegin(); trackIt != tracks.ObjEnd(); trackIt++){
|
for(JSON::ObjIter trackIt = tracks.ObjBegin(); trackIt != tracks.ObjEnd(); trackIt++){
|
||||||
fileSpecs["tracks"][trackIt->first].removeMember("fragments");
|
fileSpecs["tracks"][trackIt->first].removeMember("fragments");
|
||||||
|
|
Loading…
Add table
Reference in a new issue