HLS working, dunno why, but it works.

This commit is contained in:
Erik Zandvliet 2013-07-10 11:27:26 +02:00 committed by Thulinma
parent 768282866e
commit db2e630436
5 changed files with 50 additions and 16 deletions

View file

@ -38,7 +38,7 @@ namespace TS {
void RandomAccess(int NewVal);
int BytesFree();
void Print();
std::string toPrettyString(size_t indent = 0);
const char* ToString();
void PESVideoLeadIn(unsigned int NewLen, long long unsigned int PTS = 1);
void PESAudioLeadIn(unsigned int NewLen, uint64_t PTS = 0);