[libdvbpsi-devel] demux: rename dvbpsi_demux_subdec_t::p_cb_data to p_decoder

Jean-Paul Saman git at videolan.org
Mon Jun 4 13:12:47 CEST 2012


libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Mon Jun  4 13:07:43 2012 +0200| [826a8881f5b5268406c54fddec762380f294d0bc] | committer: Jean-Paul Saman

demux: rename dvbpsi_demux_subdec_t::p_cb_data to p_decoder

The functions dvbpsi_GatherXSections() and dvbpsi_NewDemuxSubDecoder() take a
private decoder as argument. Change this argument from 'void *' to 'dvbpsi_decoder_t *'.
This makes its use more clear.

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

 src/demux.c              |   10 +++++-----
 src/demux.h              |    8 ++++----
 src/dvbpsi.h             |    2 ++
 src/tables/atsc_eit.c    |   18 +++++++++---------
 src/tables/atsc_ett.c    |   21 ++++++++++-----------
 src/tables/atsc_mgt.c    |   17 ++++++++---------
 src/tables/atsc_stt.c    |   20 ++++++++++----------
 src/tables/atsc_vct.c    |   15 +++++++--------
 src/tables/bat.c         |   13 ++++++-------
 src/tables/bat_private.h |    4 ++--
 src/tables/eit.c         |   10 +++++-----
 src/tables/eit_private.h |    6 +++---
 src/tables/nit.c         |   12 ++++++------
 src/tables/nit_private.h |    2 +-
 src/tables/sdt.c         |    8 ++++----
 src/tables/sdt_private.h |    4 ++--
 src/tables/sis.c         |    7 +++----
 src/tables/sis_private.h |    2 +-
 src/tables/tot.c         |   12 ++++++------
 src/tables/tot_private.h |    2 +-
 20 files changed, 95 insertions(+), 98 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commitdiff;h=826a8881f5b5268406c54fddec762380f294d0bc


More information about the libdvbpsi-devel mailing list