[libdvbpsi-devel] dvbpsi_CheckPSISection: private tables are not error

Francois Cartegnie git at videolan.org
Mon Mar 16 16:02:12 CET 2015


libdvbpsi | branch: master | Francois Cartegnie <fcartegnie at free.fr> | 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 <jpsaman at videolan.org>

> 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;
     }



More information about the libdvbpsi-devel mailing list