Fixed a minor DTSC analysing bug

This commit is contained in:
ozzay 2014-08-19 16:20:47 +02:00
parent 4f3f67d23f
commit c32f111f36

View file

@ -743,8 +743,9 @@ void DTSC::File::readHeader(int pos) {
return; return;
} }
} }
if (!metadata.live){
metadata.vod = true; metadata.vod = true;
metadata.live = false; }
} }
long int DTSC::File::getBytePosEOF() { long int DTSC::File::getBytePosEOF() {