src/dvbpsi.h: add warning on member access of dvbpsi_t
Directly accessing dvbpsi_t::p_decoder is no longer safe, since this holds a linked list (aka chain) of decoders now.
Showing
Please register or sign in to comment
Directly accessing dvbpsi_t::p_decoder is no longer safe, since this holds a linked list (aka chain) of decoders now.