Ogg convert fully working now
This commit is contained in:
parent
636ec3b39c
commit
0fbaf42b25
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ namespace Converters{
|
|||
}
|
||||
}
|
||||
// Ending packet
|
||||
if (oggPage.typeContinue()){//Continuing page
|
||||
DTSCOut["OggCont"] = 1;
|
||||
}
|
||||
if (oggPage.typeEOS()){//ending page
|
||||
DTSCOut["OggEOS"] = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue