Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
da0c5e38
Commit
da0c5e38
authored
Dec 03, 2015
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/demux.h: add unused to __attribute_((deprecated))
parent
2653945d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/demux.h
src/demux.h
+8
-8
No files found.
src/demux.h
View file @
da0c5e38
...
...
@@ -140,7 +140,7 @@ struct dvbpsi_demux_s
* \param p_new_cb_data Data given to the previous callback.
* \return true on success, false on failure
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
bool
dvbpsi_AttachDemux
(
dvbpsi_t
*
p_dvbpsi
,
dvbpsi_demux_new_cb_t
pf_new_cb
,
void
*
p_new_cb_data
);
...
...
@@ -154,7 +154,7 @@ bool dvbpsi_AttachDemux(dvbpsi_t * p_dvbpsi,
* \param p_dvbpsi The handle of the demux to be destroyed.
* \return nothing
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
void
dvbpsi_DetachDemux
(
dvbpsi_t
*
p_dvbpsi
);
/*****************************************************************************
...
...
@@ -169,7 +169,7 @@ void dvbpsi_DetachDemux(dvbpsi_t *p_dvbpsi);
* \return a pointer to the found subdecoder, or NULL.
*
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
dvbpsi_demux_subdec_t
*
dvbpsi_demuxGetSubDec
(
dvbpsi_demux_t
*
p_demux
,
uint8_t
i_table_id
,
uint16_t
i_extension
);
...
...
@@ -184,7 +184,7 @@ dvbpsi_demux_subdec_t * dvbpsi_demuxGetSubDec(dvbpsi_demux_t * p_demux,
* \param p_dvbpsi PSI decoder handle.
* \param p_section PSI section.
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
void
dvbpsi_Demux
(
dvbpsi_t
*
p_dvbpsi
,
dvbpsi_psi_section_t
*
p_section
);
/*****************************************************************************
...
...
@@ -204,7 +204,7 @@ void dvbpsi_Demux(dvbpsi_t *p_dvbpsi, dvbpsi_psi_section_t *p_section);
* \param p_decoder pointer to private decoder.
* \return pointer to demux subtable decoder.
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
dvbpsi_demux_subdec_t
*
dvbpsi_NewDemuxSubDecoder
(
const
uint8_t
i_table_id
,
const
uint16_t
i_extension
,
dvbpsi_demux_detach_cb_t
pf_detach
,
...
...
@@ -221,7 +221,7 @@ dvbpsi_demux_subdec_t *dvbpsi_NewDemuxSubDecoder(const uint8_t i_table_id,
* \param p_subdec pointer to demux subtable decoder.
* \return nothing.
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
void
dvbpsi_DeleteDemuxSubDecoder
(
dvbpsi_demux_subdec_t
*
p_subdec
);
/*****************************************************************************
...
...
@@ -234,7 +234,7 @@ void dvbpsi_DeleteDemuxSubDecoder(dvbpsi_demux_subdec_t *p_subdec);
* \param p_subdec pointer to dvbpsi_demux_subdec_t
* \return nothing
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
void
dvbpsi_AttachDemuxSubDecoder
(
dvbpsi_demux_t
*
p_demux
,
dvbpsi_demux_subdec_t
*
p_subdec
);
/*****************************************************************************
...
...
@@ -247,7 +247,7 @@ void dvbpsi_AttachDemuxSubDecoder(dvbpsi_demux_t *p_demux, dvbpsi_demux_subdec_t
* \param p_subdec pointer to dvbpsi_demux_subdec_t
* \return nothing
*/
__attribute__
((
deprecated
))
__attribute__
((
deprecated
,
unused
))
void
dvbpsi_DetachDemuxSubDecoder
(
dvbpsi_demux_t
*
p_demux
,
dvbpsi_demux_subdec_t
*
p_subdec
);
#ifdef __cplusplus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment