[libdvbpsi-devel] libdvbpsi: svn commit r147 (jpsaman)

Subversion daemon svn at videolan.org
Thu Oct 11 08:46:25 CEST 2007


r147 | jpsaman | 2007-10-11 08:46:25 +0200 (Thu, 11 Oct 2007) | 12 lines
Changed paths:
   M /trunk/src/descriptors/dr_42.h

Patch by Johann Hanne: The C file defines:
dvbpsi_descriptor_t * dvbpsi_GenStuffingDr(
                                        dvbpsi_stuffing_dr_t * p_decoded,
                                        int b_duplicate)
but the header file declares:
dvbpsi_descriptor_t * dvbpsi_GenStuffingDataDr(
                                        dvbpsi_stuffing_dr_t * p_decoded,
                                        int b_duplicate);

The patch fixes this (and also two wrong function names within 
comments).




More information about the libdvbpsi-devel mailing list