Commit 4a03825b authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Paul Saman

PMT Decoder: sections from other multiplexes are not an error.

Just ignore as we can't handle it.
Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent 11a2e7ec
......@@ -338,7 +338,8 @@ void dvbpsi_pmt_sections_gather(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t* p_sect
if (p_pmt_decoder->i_program_number != p_section->i_extension)
{
/* Invalid program_number */
dvbpsi_error(p_dvbpsi, "PMT decoder", "'program_number' don't match");
dvbpsi_debug(p_dvbpsi, "PMT decoder", "ignoring section %d not belonging to 'program_number' %d",
p_section->i_extension, p_pmt_decoder->i_program_number);
dvbpsi_DeletePSISections(p_section);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment