Replace p_decoder->ap_sections[256] array with a linked list.
The member p_decoder->ap_sections[256] is replaced by p_decoder->p_sections. This is a pointer to a linked list, which makes the dvbpsi_decoder_section_chain() function obsolete.
Showing
Please register or sign in to comment