0x7a is corrct

This commit is contained in:
rjkm 2021-01-18 16:07:39 +01:00
parent 1640f9d761
commit b4c1b2f81b
1 changed files with 2 additions and 1 deletions

View File

@ -985,7 +985,8 @@ static int pmt_cb(struct sfilter *sf)
s->ttx = epid;
else if (hasdesc(0x59, buf + c + 5, eslen))
s->sub = epid;
else if (hasdesc(0x6a, buf + c + 5, eslen)) {
else if (hasdesc(0x6a, buf + c + 5, eslen) ||
hasdesc(0x7a, buf + c + 5, eslen)) {
if (s->anum < MAX_ANUM)
s->apid[s->anum++] = epid;
}