Commit 81045614 authored by Jean-Paul Saman's avatar Jean-Paul Saman

PSI: fix prototype of dvbpsi_has_CRC32() function in doxygen description.

parent 1bf2d307
......@@ -178,7 +178,7 @@ void dvbpsi_CalculateCRC32(dvbpsi_psi_section_t *p_section);
* dvbpsi_has_CRC32
*****************************************************************************/
/*!
* \fn static inline bool dvbpsi_has_CRC32(const uint8_t* table_id)
* \fn static inline bool dvbpsi_has_CRC32(dvbpsi_section_t *p_section)
* \brief Check if this table_id has a CRC32 field accourding to ISO/IEC 13818-1,
* ITU-T Rec H.222.0 or ETSI EN 300 468 v1.13.1.
* \param p_section pointer to decoded PSI section
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment