Late commit

This commit is contained in:
Oswald Auguste de Bruin 2013-08-29 13:24:32 +02:00 committed by Thulinma
parent 8099d035a7
commit f937af0502

View file

@ -168,10 +168,10 @@ namespace Connector_HTTP {
if (Strm.lastType() == DTSC::PAUSEMARK){
conn.close();
}
//if (Strm.lastType() == DTSC::AUDIO || Strm.lastType() == DTSC::VIDEO){
if (Strm.lastType() == DTSC::AUDIO || Strm.lastType() == DTSC::VIDEO){
DTSCBuffer[temp].push_back(Strm.getPacket());
prevGran[temp] = Strm.getPacket()["granule"].asInt();
//}
}
}
}else{
Util::sleep(1);