Commit 3b635255 authored by Daniel Kamil Kozar's avatar Daniel Kamil Kozar

remove deprecated old api from dr_a0

parent 61277eae
......@@ -39,14 +39,6 @@ Decode Extended Channel Name Descriptor.
#include "dr_a0.h"
/*****************************************************************************
* dvbpsi_ExtendedChannelNameDr - deprecated
*****************************************************************************/
dvbpsi_atsc_extended_channel_name_dr_t *dvbpsi_ExtendedChannelNameDr(dvbpsi_descriptor_t *p_descriptor)
{
return dvbpsi_decode_atsc_extended_channel_name_dr(p_descriptor);
}
/*****************************************************************************
* dvbpsi_decode_atsc_extended_channel_name_dr
*****************************************************************************/
......
......@@ -54,19 +54,6 @@ typedef struct dvbpsi_atsc_extended_channel_name_dr_s
}dvbpsi_atsc_extended_channel_name_dr_t;
/*****************************************************************************
* dvbpsi_ExtendedChannelNameDr - deprecated
*****************************************************************************/
/*!
* \fn dvbpsi_atsc_extended_channel_name_dr_t dvbpsi_ExtendedChannelNameDr(dvbpsi_descriptor_t *p_descriptor)
* \brief Function is deprecated use dvbpsi_decode_atsc_extended_channel_name_dr instead.
* \param p_descriptor Raw descriptor to decode.
* \return NULL if the descriptor could not be decoded or a pointer to a
* dvbpsi_atsc_extended_channel_name_dr_t structure.
*/
__attribute__((deprecated))
dvbpsi_atsc_extended_channel_name_dr_t *dvbpsi_ExtendedChannelNameDr(dvbpsi_descriptor_t *p_descriptor);
/*****************************************************************************
* dvbpsi_decode_atsc_extended_channel_name_dr
*****************************************************************************/
......
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