Working converter

This commit is contained in:
Erik Zandvliet 2012-12-04 11:04:33 +01:00 committed by Thulinma
parent 6813f00b09
commit c43fba4275
2 changed files with 25 additions and 19 deletions

View file

@ -40,7 +40,7 @@ namespace TS {
void Print();
char* ToString();
void PESVideoLeadIn( int NewLen );
void PESVideoLeadIn( int NewLen, long long unsigned int PTS = 1 );
void PESAudioLeadIn( int NewLen, uint64_t PTS = 0 );
void FillFree( std::string & PackageData );
void AddStuffing( int NumBytes );