nst

Untitled

nst
Dec 11th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/receiver.c b/receiver.c
  2. index ae53f49..5c5c028 100644
  3. --- a/receiver.c
  4. +++ b/receiver.c
  5. @@ -592,7 +592,11 @@ void cLiveStreamer::Action(void)
  6. {
  7. patPmtParser.ParsePat(buf, TS_SIZE);
  8. }
  9. +#if APIVERSNUM >= 10733
  10. + else if (patPmtParser.IsPmtPid(ts_pid))
  11. +#else
  12. else if (ts_pid == patPmtParser.PmtPid())
  13. +#endif
  14. {
  15. int patVersion, pmtVersion;
  16. patPmtParser.ParsePmt(buf, TS_SIZE);
Advertisement
Add Comment
Please, Sign In to add comment