Calculate both average and peak bit rates

This commit is contained in:
Erik Zandvliet 2017-10-04 11:12:30 +02:00 committed by Thulinma
parent 761fbdc944
commit cba0c0b38b
2 changed files with 19 additions and 4 deletions

View file

@ -292,6 +292,7 @@ namespace DTSC {
unsigned long long firstms;
unsigned long long lastms;
int bps;
int max_bps;
int missedFrags;
std::string init;
std::string codec;