mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
0x7a is corrct
This commit is contained in:
parent
1640f9d761
commit
b4c1b2f81b
@ -985,7 +985,8 @@ static int pmt_cb(struct sfilter *sf)
|
|||||||
s->ttx = epid;
|
s->ttx = epid;
|
||||||
else if (hasdesc(0x59, buf + c + 5, eslen))
|
else if (hasdesc(0x59, buf + c + 5, eslen))
|
||||||
s->sub = epid;
|
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)
|
if (s->anum < MAX_ANUM)
|
||||||
s->apid[s->anum++] = epid;
|
s->apid[s->anum++] = epid;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user