added setDiscontinuity function to ts_packet, added DEBUG MSG level shortcuts

This commit is contained in:
wouter spruit 2015-03-05 13:35:17 +01:00 committed by Thulinma
parent 6a6a8915d2
commit 12b0d9a930
3 changed files with 29 additions and 0 deletions

View file

@ -45,6 +45,7 @@ namespace TS {
void setRandomAccess(bool newVal);
bool getRandomAccess() const;
void setDiscontinuity(bool newVal);
bool hasDiscontinuity() const;
bool hasPCR() const;
bool hasOPCR() const;