From f937af0502a5d2bcdb7776f5e0cc8e3f552f53df Mon Sep 17 00:00:00 2001 From: Oswald Auguste de Bruin Date: Thu, 29 Aug 2013 13:24:32 +0200 Subject: [PATCH] Late commit --- src/connectors/conn_http_progressive_ogg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connectors/conn_http_progressive_ogg.cpp b/src/connectors/conn_http_progressive_ogg.cpp index fa5d4f51..3de7e9dd 100644 --- a/src/connectors/conn_http_progressive_ogg.cpp +++ b/src/connectors/conn_http_progressive_ogg.cpp @@ -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);