Commit 07b5e6b1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/demux.h: correct comment.

parent 71cc59bb
......@@ -88,7 +88,7 @@ typedef struct dvbpsi_demux_subdec_s
uint32_t i_id; /*!< subtable id */
dvbpsi_demux_subdec_cb_t pf_callback; /*!< subdec callback */
void * p_cb_data; /*!< subdec callback data */
struct dvbpsi_demux_subdec_s * p_next; /*!< next subdec callback */
struct dvbpsi_demux_subdec_s * p_next; /*!< next subdec */
void (*pf_detach)(dvbpsi_t *, uint8_t, uint16_t); /*!< detach subdec callback */
......
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