Temporary commit for HTTPDynamic Support

This commit is contained in:
Erik Zandvliet 2013-07-18 16:12:13 +02:00
parent fa7f48ae2d
commit 25cd1b74e1

View file

@ -141,7 +141,6 @@ namespace Converters {
std::string tmpStr2 = it->second["codec"];
if (tmpStr2 == "H264"){
vse.setCodec("avc1");
}
vse.setDataReferenceIndex(1);
vse.setWidth(it->second["width"].asInt());