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

src/demux.h: fix comment for dvbpsi_demux_new_cb_t

parent 56fddbe8
...@@ -49,8 +49,8 @@ extern "C" { ...@@ -49,8 +49,8 @@ extern "C" {
* \brief Callback used in case of a new subtable detected. * \brief Callback used in case of a new subtable detected.
*/ */
typedef void (*dvbpsi_demux_new_cb_t) (dvbpsi_t *p_dvbpsi, /*!< pointer to dvbpsi handle */ typedef void (*dvbpsi_demux_new_cb_t) (dvbpsi_t *p_dvbpsi, /*!< pointer to dvbpsi handle */
uint8_t i_table_id, /*!< table id to detach */ uint8_t i_table_id, /*!< table id to attach */
uint16_t i_extension,/*!< table extention to detach */ uint16_t i_extension,/*!< table extention to attach */
void * p_cb_data); /*!< pointer to callback data */ void * p_cb_data); /*!< pointer to callback data */
/*! /*!
......
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