HLS input improvements

This commit is contained in:
Thulinma 2023-03-10 02:18:08 +01:00
parent 69f84d4409
commit 652835cedd
3 changed files with 21 additions and 6 deletions

View file

@ -65,6 +65,7 @@ namespace Mist{
bool encrypted;
bool buffered;
size_t offset;
bool firstPacket;
Util::ResizeablePointer outData;
Util::ResizeablePointer * currBuf;
size_t encOffset;