Fixed readOnlyTrack::getSendLen. Oops.
This commit is contained in:
parent
58b540222a
commit
61a035c0b2
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ namespace DTSC {
|
||||||
}
|
}
|
||||||
|
|
||||||
int readOnlyTrack::getSendLen(){
|
int readOnlyTrack::getSendLen(){
|
||||||
int result = 163 + init.size() + codec.size() + type.size() + getIdentifier().size();
|
int result = 146 + init.size() + codec.size() + type.size() + getIdentifier().size();
|
||||||
result += fragLen * 11;
|
result += fragLen * 11;
|
||||||
result += keyLen * 16;
|
result += keyLen * 16;
|
||||||
result += partLen * 9;
|
result += partLen * 9;
|
||||||
|
|
Loading…
Add table
Reference in a new issue