dvbpsi.h   dvbpsi.h 
skipping to change at line 50 skipping to change at line 50
extern "C" { extern "C" {
#endif #endif
/************************************************************************** *** /************************************************************************** ***
* dvbpsi_handle * dvbpsi_handle
************************************************************************** ***/ ************************************************************************** ***/
/*! /*!
* \typedef struct dvbpsi_decoder_s * dvbpsi_handle * \typedef struct dvbpsi_decoder_s * dvbpsi_handle
* \brief Decoder abstration. * \brief Decoder abstration.
*/ */
typedef struct dvbpsi_decoder_s * dvbpsi_handle __attribute__((depreceated) ); typedef struct dvbpsi_decoder_s * dvbpsi_handle __attribute__((deprecated)) ;
/************************************************************************** *** /************************************************************************** ***
* dvbpsi_PushPacket * dvbpsi_PushPacket
************************************************************************** ***/ ************************************************************************** ***/
/*! /*!
* \fn void dvbpsi_PushPacket(dvbpsi_handle h_dvbpsi, uint8_t* p_data) * \fn void dvbpsi_PushPacket(dvbpsi_handle h_dvbpsi, uint8_t* p_data)
* \brief Injection of a TS packet into a PSI decoder. * \brief Injection of a TS packet into a PSI decoder.
* \param h_dvbpsi handle to the decoder * \param h_dvbpsi handle to the decoder
* \param p_data pointer to a 188 bytes playload of a TS packet * \param p_data pointer to a 188 bytes playload of a TS packet
* \return nothing. * \return nothing.
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 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/