dr_08.h | dr_08.h | |||
---|---|---|---|---|
skipping to change at line 82 | skipping to change at line 82 | |||
* \return a pointer to a new "video window" descriptor structure which | * \return a pointer to a new "video window" descriptor structure which | |||
* contains the decoded data. | * contains the decoded data. | |||
*/ | */ | |||
dvbpsi_vwindow_dr_t* dvbpsi_DecodeVWindowDr(dvbpsi_descriptor_t * p_descrip tor); | dvbpsi_vwindow_dr_t* dvbpsi_DecodeVWindowDr(dvbpsi_descriptor_t * p_descrip tor); | |||
/************************************************************************** *** | /************************************************************************** *** | |||
* dvbpsi_GenVWindowDr | * dvbpsi_GenVWindowDr | |||
************************************************************************** ***/ | ************************************************************************** ***/ | |||
/*! | /*! | |||
* \fn dvbpsi_descriptor_t * dvbpsi_GenVWindowDr( | * \fn dvbpsi_descriptor_t * dvbpsi_GenVWindowDr( | |||
dvbpsi_vwindow_dr_t * p_decoded, int b_duplicate) | dvbpsi_vwindow_dr_t * p_decoded, bool b_duplicate) | |||
* \brief "video window" descriptor generator. | * \brief "video window" descriptor generator. | |||
* \param p_decoded pointer to a decoded "video window" descriptor structur e | * \param p_decoded pointer to a decoded "video window" descriptor structur e | |||
* \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_GenVWindowDr(dvbpsi_vwindow_dr_t * p_decoded, | dvbpsi_descriptor_t * dvbpsi_GenVWindowDr(dvbpsi_vwindow_dr_t * p_decoded, | |||
int b_duplicate); | bool b_duplicate); | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
}; | }; | |||
#endif | #endif | |||
#else | #else | |||
#error "Multiple inclusions of dr_08.h" | #error "Multiple inclusions of dr_08.h" | |||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 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/ |