DTSC2MP4 sensible header

This commit is contained in:
Oswald de Bruin 2013-06-26 16:12:17 +02:00 committed by Erik Zandvliet
parent 2ee781c2bd
commit 3a6d06d9a2

View file

@ -306,7 +306,7 @@ namespace Converters {
//for(input.seekNext(); input.getJSON(); input.seekNext())
//cout << input.getJSON["data"].asString()
std::set<int> selector;
for (JSON::ObjIter trackIt = input.getMeta()["tracks"].ObjBegin(); trackIt != input.getMeta()["tracks"].ObjEnd(); trackIt++){
selector.insert(trackIt->second["trackid"].asInt());