Fix occasional audio stream not starting (bug #2172)
This commit is contained in:
parent
b5f39d5c5b
commit
526417d139
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ depacketize(service_t *t, elementary_stream_t *st, size_t len,
|
|||
|
||||
plen = (buf[4] << 8) | buf[5];
|
||||
|
||||
if(plen + 6 > len || next_startcode != sc)
|
||||
if(plen + 6 > len)
|
||||
return 3;
|
||||
|
||||
if(plen + 6 < len)
|
||||
|
|
Loading…
Add table
Reference in a new issue