Ogg convert fully working now

This commit is contained in:
Oswald Auguste de Bruin 2013-08-06 13:11:15 +02:00 committed by Thulinma
parent 636ec3b39c
commit 0fbaf42b25

View file

@ -90,6 +90,9 @@ namespace Converters{
}
}
// Ending packet
if (oggPage.typeContinue()){//Continuing page
DTSCOut["OggCont"] = 1;
}
if (oggPage.typeEOS()){//ending page
DTSCOut["OggEOS"] = 1;
}