[libdvbpsi-devel] dr_a0.h: deprecate dvbpsi_ExtendedChannelNameDr()

Jean-Paul Saman git at videolan.org
Mon Aug 24 12:54:44 CEST 2015


libdvbpsi | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Wed Aug 19 14:17:48 2015 +0200| [57ec7eee6c34ab632fd2ad5f727968ade65da314] | committer: Jean-Paul Saman

dr_a0.h: deprecate dvbpsi_ExtendedChannelNameDr()

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=57ec7eee6c34ab632fd2ad5f727968ade65da314
---

 src/descriptors/dr_a0.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/descriptors/dr_a0.h b/src/descriptors/dr_a0.h
index dfa06b2..dbdfaad 100644
--- a/src/descriptors/dr_a0.h
+++ b/src/descriptors/dr_a0.h
@@ -64,6 +64,7 @@ typedef struct dvbpsi_extended_channel_name_dr_s
  * \return NULL if the descriptor could not be decoded or a pointer to a
  *         dvbpsi_extended_channel_name_dr_t structure.
  */
+__attribute__((deprecated))
 dvbpsi_extended_channel_name_dr_t *dvbpsi_ExtendedChannelNameDr(dvbpsi_descriptor_t *p_descriptor);
 
 #ifdef __cplusplus



More information about the libdvbpsi-devel mailing list