Improved PES parser in TS::Stream to better handle high bit rate streams
This commit is contained in:
parent
f6bba2f729
commit
08a21c09c0
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ namespace TS{
|
|||
return;
|
||||
}
|
||||
|
||||
if(seenUnitStart[tid] > 1) {
|
||||
while(seenUnitStart[tid] > 1) {
|
||||
parsePES(tid);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue