Shared Memory updates
This commit is contained in:
parent
330b9f871d
commit
0e5d838a20
24 changed files with 2420 additions and 612 deletions
|
@ -422,7 +422,7 @@ unsigned int TS::Packet::AddStuffing(int NumBytes){
|
|||
strBuf.resize(5 + strBuf[4]);
|
||||
strBuf[4] += NumBytes;
|
||||
for (int i = 0; i < NumBytes; i++){
|
||||
strBuf.append(FILLER_DATA + (i % sizeof(FILLER_DATA)), 1);
|
||||
strBuf.append(FILLER_DATA[i % sizeof(FILLER_DATA)], 0);
|
||||
}
|
||||
}else{
|
||||
AdaptationField(3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue