dr_69.h   dr_69.h 
skipping to change at line 78 skipping to change at line 78
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "video stream" descriptor structure which * \return a pointer to a new "video stream" descriptor structure which
* contains the decoded data. * contains the decoded data.
*/ */
dvbpsi_PDC_dr_t* dvbpsi_DecodePDCDr(dvbpsi_descriptor_t * p_descriptor); dvbpsi_PDC_dr_t* dvbpsi_DecodePDCDr(dvbpsi_descriptor_t * p_descriptor);
/************************************************************************** *** /************************************************************************** ***
* dvbpsi_GenPDCDr * dvbpsi_GenPDCDr
************************************************************************** ***/ ************************************************************************** ***/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenVStreamDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenPDCDr(
dvbpsi_PDC_dr_t * p_decoded, int b_duplicate) dvbpsi_PDC_dr_t * p_decoded, bool b_duplicate)
* \brief PDC descriptor generator. * \brief PDC descriptor generator.
* \param p_decoded pointer to a decoded PDC descriptor structure * \param p_decoded pointer to a decoded PDC descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure in to * \param b_duplicate if true then duplicate the p_decoded structure into
* the descriptor * the descriptor
* \return a pointer to a new descriptor structure which contains encoded d ata. * \return a pointer to a new descriptor structure which contains encoded d ata.
*/ */
dvbpsi_descriptor_t * dvbpsi_GenPDCDr(dvbpsi_PDC_dr_t * p_decoded, dvbpsi_descriptor_t * dvbpsi_GenPDCDr(dvbpsi_PDC_dr_t * p_decoded,
int b_duplicate); bool b_duplicate);
#ifdef __cplusplus #ifdef __cplusplus
}; };
#endif #endif
#else #else
#error "Multiple inclusions of dr_69.h" #error "Multiple inclusions of dr_69.h"
#endif #endif
 End of changes. 3 change blocks. 
4 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/