[libdvbpsi-devel] Question regarding EIT generation
Jean-Paul Saman
jpsaman at gmail.com
Wed Oct 12 15:58:59 CEST 2011
On Wed, Oct 12, 2011 at 11:26 AM, Sašo Kiselkov <skiselkov.ml at gmail.com> wrote:
> Hi All,
>
> I'm trying to code an EIT generator using libdvbpsi, but I noticed that
> eit.[hc] are missing a dvbpsi_GenEITSections function. On the web page
> it says that libdvbpsi's current features include an "EPG Information
> Table (EIT), decoder and generator." - is this accurate? Or is EIT table
> generation done in a different fashion than SDT/TDT/TOT, etc.
It seems that EIT table generation is overlooked. There is no
dvbpsi_GenEITSections() function for EIT generation. Patches are
welcome.
The prototype would look something like this
dvbpsi_psi_section_t* dvbpsi_GenEITSections(dvbpsi_t* p_dvbpsi,
dvbpsi_eit_t* p_eit,
uint8_t i_table_id);
Kind regards,
Jean-Paul Saman.
More information about the libdvbpsi-devel
mailing list