dvbpsi_CheckPSISection: private tables are not error
[email protected] (Francois Cartegnie) Mon, 16 Mar 2015 16:02:12 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Francois Cartegnie <[email protected]> | Fri Mar 13 14:34:58 2015 +0100| [11a2e7ec1e665f9d0d0f5d5cfd252ffaf8f10e99] | committer: Jean-Paul Saman dvbpsi_CheckPSISection: private tables are not error Private tables on PMT are common (ATSC) and should not trigger an error. Signed-off-by: Jean-Paul Saman <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=11a2e7ec1e665f9d0d0f5d5cfd252ffaf8f10e99 --- src/psi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/psi.c b/src/psi.c index acc6102..c0bd839 100644 --- a/src/psi.c +++ b/src/psi.c @@ -199,8 +199,8 @@ bool dvbpsi_CheckPSISection(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section, if (p_section->i_table_id != table_id) { /* Invalid table_id value */ - dvbpsi_error(p_dvbpsi, psz_table_name, - "invalid section (table_id == 0x%02x expected 0x%02x)", + dvbpsi_debug(p_dvbpsi, psz_table_name, + "ignoring section (table_id == 0x%02x expected 0x%02x)", p_section->i_table_id, table_id); return false; } _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel