Commit 302f8bc9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/chain.h: improve comment

parent ed25b9aa
...@@ -132,7 +132,7 @@ bool dvbpsi_decoder_chain_remove(dvbpsi_t *p_dvbpsi, const dvbpsi_decoder_t *p_d ...@@ -132,7 +132,7 @@ bool dvbpsi_decoder_chain_remove(dvbpsi_t *p_dvbpsi, const dvbpsi_decoder_t *p_d
* \param p_dvbpsi pointer to dvbpsi_t handle * \param p_dvbpsi pointer to dvbpsi_t handle
* \param table_id PSI table id to get * \param table_id PSI table id to get
* \param extension PSI subtable id to get * \param extension PSI subtable id to get
* \return true on success, false on failure * \return returns pointer to dvbpsi_decoder_t on success, or NULL on failure
*/ */
dvbpsi_decoder_t *dvbpsi_decoder_chain_get(dvbpsi_t *p_dvbpsi, const uint16_t table_id, const uint16_t extension); dvbpsi_decoder_t *dvbpsi_decoder_chain_get(dvbpsi_t *p_dvbpsi, const uint16_t table_id, const uint16_t extension);
......
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