mpegts input: Fix ommited code change for changed MIN_TS_SYN
This commit is contained in:
parent
9c8dde32f5
commit
35029f1e51
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ mpegts_input_recv_packets
|
|||
mi->mi_last_dispatch = dispatch_clock;
|
||||
|
||||
/* Check for sync */
|
||||
while ( (len >= (MIN_TS_SYN * 188)) &&
|
||||
while ( (len >= MIN_TS_SYN) &&
|
||||
((len2 = ts_sync_count(tsb, len)) < MIN_TS_SYN) ) {
|
||||
mmi->mmi_stats.unc++;
|
||||
--len;
|
||||
|
|
Loading…
Add table
Reference in a new issue