mpegts: failed to stop processing SDT on bad start
This includes detection of already processed sections
This commit is contained in:
parent
f3dc932258
commit
b139c76180
1 changed files with 2 additions and 1 deletions
|
@ -720,7 +720,8 @@ dvb_sdt_callback
|
|||
|
||||
/* Begin */
|
||||
if (tableid != 0x42 && tableid != 0x46) return -1;
|
||||
dvb_table_begin(mt, ptr, len, tableid, 8, §, &last, &ver);
|
||||
if (dvb_table_begin(mt, ptr, len, tableid, 8, §, &last, &ver))
|
||||
return -1;
|
||||
|
||||
/* ID */
|
||||
tsid = ptr[0] << 8 | ptr[1];
|
||||
|
|
Loading…
Add table
Reference in a new issue