[vlc-commits] access: dvb: scan: fix NIT/SDT processing
Francois Cartegnie
git at videolan.org
Sun Apr 10 13:56:14 CEST 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Apr 7 16:13:39 2016 +0200| [a594a47ba1b40ab33093eda6d0c1bc77e2ff4dfc] | committer: Francois Cartegnie
access: dvb: scan: fix NIT/SDT processing
We can't focuse on both own network and other network
without using our transponder configuration, otherwise
we also end up with zero freq zero everything service for
our network if the nit appears before sdt, and for other
networks if the descriptors order isn't the expected one.
Services are stream_id/network/program
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a594a47ba1b40ab33093eda6d0c1bc77e2ff4dfc
---
modules/access/dvb/access.c | 2 +-
modules/access/dvb/scan.c | 723 ++++++++++++++++++++++++++-----------------
modules/access/dvb/scan.h | 32 +-
3 files changed, 458 insertions(+), 299 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a594a47ba1b40ab33093eda6d0c1bc77e2ff4dfc
More information about the vlc-commits
mailing list