Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/receiver.c b/receiver.c
- index ae53f49..5c5c028 100644
- --- a/receiver.c
- +++ b/receiver.c
- @@ -592,7 +592,11 @@ void cLiveStreamer::Action(void)
- {
- patPmtParser.ParsePat(buf, TS_SIZE);
- }
- +#if APIVERSNUM >= 10733
- + else if (patPmtParser.IsPmtPid(ts_pid))
- +#else
- else if (ts_pid == patPmtParser.PmtPid())
- +#endif
- {
- int patVersion, pmtVersion;
- patPmtParser.ParsePmt(buf, TS_SIZE);
Advertisement
Add Comment
Please, Sign In to add comment