* ALL: doc fixes.

parent 8b8a9736
/***************************************************************************** /*****************************************************************************
* dr_02.h * dr_02.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_02.h,v 1.2 2002/05/08 13:33:52 bozo Exp $ * $Id: dr_02.h,v 1.3 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -75,7 +75,7 @@ typedef struct dvbpsi_vstream_dr_s ...@@ -75,7 +75,7 @@ typedef struct dvbpsi_vstream_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_vstream_dr_t * dvbpsi_DecodeVStreamDr( * \fn dvbpsi_vstream_dr_t * dvbpsi_DecodeVStreamDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "video stream" descriptor decoder. * \brief "video stream" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "video stream" descriptor structure which * \return a pointer to a new "video stream" descriptor structure which
...@@ -89,7 +89,7 @@ dvbpsi_vstream_dr_t* dvbpsi_DecodeVStreamDr(dvbpsi_descriptor_t * p_descriptor); ...@@ -89,7 +89,7 @@ dvbpsi_vstream_dr_t* dvbpsi_DecodeVStreamDr(dvbpsi_descriptor_t * p_descriptor);
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenVStreamDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenVStreamDr(
* dvbpsi_vstream_dr_t * p_decoded, int b_duplicate) dvbpsi_vstream_dr_t * p_decoded, int b_duplicate)
* \brief "video stream" descriptor generator. * \brief "video stream" descriptor generator.
* \param p_decoded pointer to a decoded "video stream" descriptor structure * \param p_decoded pointer to a decoded "video stream" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_03.h * dr_03.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_03.h,v 1.1 2002/05/08 13:33:52 bozo Exp $ * $Id: dr_03.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -68,7 +68,7 @@ typedef struct dvbpsi_astream_dr_s ...@@ -68,7 +68,7 @@ typedef struct dvbpsi_astream_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_astream_dr_t * dvbpsi_DecodeAStreamDr( * \fn dvbpsi_astream_dr_t * dvbpsi_DecodeAStreamDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "audio stream" descriptor decoder. * \brief "audio stream" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "audio stream" descriptor structure which * \return a pointer to a new "audio stream" descriptor structure which
...@@ -82,7 +82,7 @@ dvbpsi_astream_dr_t* dvbpsi_DecodeAStreamDr(dvbpsi_descriptor_t * p_descriptor); ...@@ -82,7 +82,7 @@ dvbpsi_astream_dr_t* dvbpsi_DecodeAStreamDr(dvbpsi_descriptor_t * p_descriptor);
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenAStreamDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenAStreamDr(
* dvbpsi_astream_dr_t * p_decoded, int b_duplicate) dvbpsi_astream_dr_t * p_decoded, int b_duplicate)
* \brief "audio stream" descriptor generator. * \brief "audio stream" descriptor generator.
* \param p_decoded pointer to a decoded "video stream" descriptor structure * \param p_decoded pointer to a decoded "video stream" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_04.h * dr_04.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_04.h,v 1.1 2002/05/08 14:56:28 bozo Exp $ * $Id: dr_04.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -69,7 +69,7 @@ typedef struct dvbpsi_hierarchy_dr_s ...@@ -69,7 +69,7 @@ typedef struct dvbpsi_hierarchy_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_hierarchy_dr_t * dvbpsi_DecodeHierarchyDr( * \fn dvbpsi_hierarchy_dr_t * dvbpsi_DecodeHierarchyDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "hierarchy" descriptor decoder. * \brief "hierarchy" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "hierarchy" descriptor structure which * \return a pointer to a new "hierarchy" descriptor structure which
...@@ -84,7 +84,7 @@ dvbpsi_hierarchy_dr_t* dvbpsi_DecodeHierarchyDr( ...@@ -84,7 +84,7 @@ dvbpsi_hierarchy_dr_t* dvbpsi_DecodeHierarchyDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenHierarchyDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenHierarchyDr(
* dvbpsi_hierarchy_dr_t * p_decoded, int b_duplicate) dvbpsi_hierarchy_dr_t * p_decoded, int b_duplicate)
* \brief "hierarchy" descriptor generator. * \brief "hierarchy" descriptor generator.
* \param p_decoded pointer to a decoded "hierarchy" descriptor structure * \param p_decoded pointer to a decoded "hierarchy" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_05.h * dr_05.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_05.h,v 1.1 2002/05/08 14:56:28 bozo Exp $ * $Id: dr_05.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -69,7 +69,7 @@ typedef struct dvbpsi_registration_dr_s ...@@ -69,7 +69,7 @@ typedef struct dvbpsi_registration_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_registration_dr_t * dvbpsi_DecodeRegistrationDr( * \fn dvbpsi_registration_dr_t * dvbpsi_DecodeRegistrationDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "registration" descriptor decoder. * \brief "registration" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "registration" descriptor structure which * \return a pointer to a new "registration" descriptor structure which
...@@ -84,7 +84,7 @@ dvbpsi_registration_dr_t* dvbpsi_DecodeRegistrationDr( ...@@ -84,7 +84,7 @@ dvbpsi_registration_dr_t* dvbpsi_DecodeRegistrationDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenRegistrationDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenRegistrationDr(
* dvbpsi_registration_dr_t * p_decoded, int b_duplicate) dvbpsi_registration_dr_t * p_decoded, int b_duplicate)
* \brief "registration" descriptor generator. * \brief "registration" descriptor generator.
* \param p_decoded pointer to a decoded "registration" descriptor structure * \param p_decoded pointer to a decoded "registration" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_06.h * dr_06.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_06.h,v 1.1 2002/05/08 15:55:32 bozo Exp $ * $Id: dr_06.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -66,7 +66,7 @@ typedef struct dvbpsi_ds_alignment_dr_s ...@@ -66,7 +66,7 @@ typedef struct dvbpsi_ds_alignment_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_ds_alignment_dr_t * dvbpsi_DecodeDSAlignmentDr( * \fn dvbpsi_ds_alignment_dr_t * dvbpsi_DecodeDSAlignmentDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "data stream alignment" descriptor decoder. * \brief "data stream alignment" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "data stream alignment" descriptor structure * \return a pointer to a new "data stream alignment" descriptor structure
...@@ -81,7 +81,7 @@ dvbpsi_ds_alignment_dr_t* dvbpsi_DecodeDSAlignmentDr( ...@@ -81,7 +81,7 @@ dvbpsi_ds_alignment_dr_t* dvbpsi_DecodeDSAlignmentDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenDSAlignmentDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenDSAlignmentDr(
* dvbpsi_ds_alignment_dr_t * p_decoded, int b_duplicate) dvbpsi_ds_alignment_dr_t * p_decoded, int b_duplicate)
* \brief "data stream alignment" descriptor generator. * \brief "data stream alignment" descriptor generator.
* \param p_decoded pointer to a decoded "data stream alignment" descriptor * \param p_decoded pointer to a decoded "data stream alignment" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_07.h * dr_07.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_07.h,v 1.1 2002/05/08 15:55:32 bozo Exp $ * $Id: dr_07.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -68,7 +68,7 @@ typedef struct dvbpsi_target_bg_grid_dr_s ...@@ -68,7 +68,7 @@ typedef struct dvbpsi_target_bg_grid_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_target_bg_grid_dr_t * dvbpsi_DecodeTargetBgGridDr( * \fn dvbpsi_target_bg_grid_dr_t * dvbpsi_DecodeTargetBgGridDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "target background grid" descriptor decoder. * \brief "target background grid" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "target background grid" descriptor structure * \return a pointer to a new "target background grid" descriptor structure
...@@ -83,7 +83,7 @@ dvbpsi_target_bg_grid_dr_t* dvbpsi_DecodeTargetBgGridDr( ...@@ -83,7 +83,7 @@ dvbpsi_target_bg_grid_dr_t* dvbpsi_DecodeTargetBgGridDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenTargetBgGridDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenTargetBgGridDr(
* dvbpsi_target_bg_grid_dr_t * p_decoded, int b_duplicate) dvbpsi_target_bg_grid_dr_t * p_decoded, int b_duplicate)
* \brief "target background grid" descriptor generator. * \brief "target background grid" descriptor generator.
* \param p_decoded pointer to a decoded "target background grid" descriptor * \param p_decoded pointer to a decoded "target background grid" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_08.h * dr_08.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_08.h,v 1.2 2002/05/08 16:45:33 bozo Exp $ * $Id: dr_08.h,v 1.3 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -68,7 +68,7 @@ typedef struct dvbpsi_vwindow_dr_s ...@@ -68,7 +68,7 @@ typedef struct dvbpsi_vwindow_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_vwindow_dr_t * dvbpsi_DecodeVWindowDr( * \fn dvbpsi_vwindow_dr_t * dvbpsi_DecodeVWindowDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "video window" descriptor decoder. * \brief "video window" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "video window" descriptor structure which * \return a pointer to a new "video window" descriptor structure which
...@@ -82,7 +82,7 @@ dvbpsi_vwindow_dr_t* dvbpsi_DecodeVWindowDr(dvbpsi_descriptor_t * p_descriptor); ...@@ -82,7 +82,7 @@ dvbpsi_vwindow_dr_t* dvbpsi_DecodeVWindowDr(dvbpsi_descriptor_t * p_descriptor);
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenVWindowDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenVWindowDr(
* dvbpsi_vwindow_dr_t * p_decoded, int b_duplicate) dvbpsi_vwindow_dr_t * p_decoded, int b_duplicate)
* \brief "video window" descriptor generator. * \brief "video window" descriptor generator.
* \param p_decoded pointer to a decoded "video window" descriptor structure * \param p_decoded pointer to a decoded "video window" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_09.h * dr_09.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_09.h,v 1.1 2002/05/08 16:45:33 bozo Exp $ * $Id: dr_09.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -70,7 +70,7 @@ typedef struct dvbpsi_ca_dr_s ...@@ -70,7 +70,7 @@ typedef struct dvbpsi_ca_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_ca_dr_t * dvbpsi_DecodeCADr( * \fn dvbpsi_ca_dr_t * dvbpsi_DecodeCADr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "conditional access" descriptor decoder. * \brief "conditional access" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "conditional access" descriptor structure which * \return a pointer to a new "conditional access" descriptor structure which
...@@ -84,7 +84,7 @@ dvbpsi_ca_dr_t* dvbpsi_DecodeCADr(dvbpsi_descriptor_t * p_descriptor); ...@@ -84,7 +84,7 @@ dvbpsi_ca_dr_t* dvbpsi_DecodeCADr(dvbpsi_descriptor_t * p_descriptor);
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenCADr( * \fn dvbpsi_descriptor_t * dvbpsi_GenCADr(
* dvbpsi_ca_dr_t * p_decoded, int b_duplicate) dvbpsi_ca_dr_t * p_decoded, int b_duplicate)
* \brief "conditional access" descriptor generator. * \brief "conditional access" descriptor generator.
* \param p_decoded pointer to a decoded "conditional access" descriptor * \param p_decoded pointer to a decoded "conditional access" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_0a.h * dr_0a.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0a.h,v 1.1 2002/05/08 16:45:33 bozo Exp $ * $Id: dr_0a.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -69,7 +69,7 @@ typedef struct dvbpsi_iso639_dr_s ...@@ -69,7 +69,7 @@ typedef struct dvbpsi_iso639_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_iso639_dr_t * dvbpsi_DecodeISO639Dr( * \fn dvbpsi_iso639_dr_t * dvbpsi_DecodeISO639Dr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "ISO 639 language" descriptor decoder. * \brief "ISO 639 language" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "ISO 639 language" descriptor structure which * \return a pointer to a new "ISO 639 language" descriptor structure which
...@@ -83,7 +83,7 @@ dvbpsi_iso639_dr_t* dvbpsi_DecodeISO639Dr(dvbpsi_descriptor_t * p_descriptor); ...@@ -83,7 +83,7 @@ dvbpsi_iso639_dr_t* dvbpsi_DecodeISO639Dr(dvbpsi_descriptor_t * p_descriptor);
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenISO639Dr( * \fn dvbpsi_descriptor_t * dvbpsi_GenISO639Dr(
* dvbpsi_iso639_dr_t * p_decoded, int b_duplicate) dvbpsi_iso639_dr_t * p_decoded, int b_duplicate)
* \brief "ISO 639 language" descriptor generator. * \brief "ISO 639 language" descriptor generator.
* \param p_decoded pointer to a decoded "ISO 639 language" descriptor * \param p_decoded pointer to a decoded "ISO 639 language" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_0b.h * dr_0b.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0b.h,v 1.1 2002/05/10 22:58:53 bozo Exp $ * $Id: dr_0b.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -69,7 +69,7 @@ typedef struct dvbpsi_system_clock_dr_s ...@@ -69,7 +69,7 @@ typedef struct dvbpsi_system_clock_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_system_clock_dr_t * dvbpsi_DecodeSystemClockDr( * \fn dvbpsi_system_clock_dr_t * dvbpsi_DecodeSystemClockDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "system clock" descriptor decoder. * \brief "system clock" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "system clock" descriptor structure which * \return a pointer to a new "system clock" descriptor structure which
...@@ -84,7 +84,7 @@ dvbpsi_system_clock_dr_t* dvbpsi_DecodeSystemClockDr( ...@@ -84,7 +84,7 @@ dvbpsi_system_clock_dr_t* dvbpsi_DecodeSystemClockDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenSystemClockDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenSystemClockDr(
* dvbpsi_system_clock_dr_t * p_decoded, int b_duplicate) dvbpsi_system_clock_dr_t * p_decoded, int b_duplicate)
* \brief "system clock" descriptor generator. * \brief "system clock" descriptor generator.
* \param p_decoded pointer to a decoded "system clock" descriptor * \param p_decoded pointer to a decoded "system clock" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_0c.h * dr_0c.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0c.h,v 1.1 2002/05/10 22:58:53 bozo Exp $ * $Id: dr_0c.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -51,8 +51,7 @@ extern "C" { ...@@ -51,8 +51,7 @@ extern "C" {
* descriptor. (ISO/IEC 13818-1 section 2.6.22). * descriptor. (ISO/IEC 13818-1 section 2.6.22).
*/ */
/*! /*!
* \typedef struct dvbpsi_mx_buff_utilization_dr_s * \typedef struct dvbpsi_mx_buff_utilization_dr_s dvbpsi_mx_buff_utilization_dr_t
* dvbpsi_mx_buff_utilization_dr_t
* \brief dvbpsi_systemclock_dr_t type definition. * \brief dvbpsi_systemclock_dr_t type definition.
*/ */
typedef struct dvbpsi_mx_buff_utilization_dr_s typedef struct dvbpsi_mx_buff_utilization_dr_s
...@@ -69,7 +68,7 @@ typedef struct dvbpsi_mx_buff_utilization_dr_s ...@@ -69,7 +68,7 @@ typedef struct dvbpsi_mx_buff_utilization_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_mx_buff_utilization_dr_t * dvbpsi_DecodeMxBuffUtilizationDr( * \fn dvbpsi_mx_buff_utilization_dr_t * dvbpsi_DecodeMxBuffUtilizationDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "multiplex buffer utilization" descriptor decoder. * \brief "multiplex buffer utilization" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "multiplex buffer utilization" descriptor * \return a pointer to a new "multiplex buffer utilization" descriptor
...@@ -84,7 +83,7 @@ dvbpsi_mx_buff_utilization_dr_t* dvbpsi_DecodeMxBuffUtilizationDr( ...@@ -84,7 +83,7 @@ dvbpsi_mx_buff_utilization_dr_t* dvbpsi_DecodeMxBuffUtilizationDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenMxBuffUtilizationDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenMxBuffUtilizationDr(
* dvbpsi_mx_buff_utilization_dr_t * p_decoded, int b_duplicate) dvbpsi_mx_buff_utilization_dr_t * p_decoded, int b_duplicate)
* \brief "multiplex buffer utilization" descriptor generator. * \brief "multiplex buffer utilization" descriptor generator.
* \param p_decoded pointer to a decoded "system clock" descriptor * \param p_decoded pointer to a decoded "system clock" descriptor
* structure * structure
......
/***************************************************************************** /*****************************************************************************
* dr_0d.h * dr_0d.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0d.h,v 1.1 2002/05/10 22:58:53 bozo Exp $ * $Id: dr_0d.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -69,7 +69,7 @@ typedef struct dvbpsi_copyright_dr_s ...@@ -69,7 +69,7 @@ typedef struct dvbpsi_copyright_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_copyright_dr_t * dvbpsi_DecodeCopyrightDr( * \fn dvbpsi_copyright_dr_t * dvbpsi_DecodeCopyrightDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "copyright" descriptor decoder. * \brief "copyright" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "copyright" descriptor structure which * \return a pointer to a new "copyright" descriptor structure which
...@@ -84,7 +84,7 @@ dvbpsi_copyright_dr_t* dvbpsi_DecodeCopyrightDr( ...@@ -84,7 +84,7 @@ dvbpsi_copyright_dr_t* dvbpsi_DecodeCopyrightDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenCopyrightDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenCopyrightDr(
* dvbpsi_copyright_dr_t * p_decoded, int b_duplicate) dvbpsi_copyright_dr_t * p_decoded, int b_duplicate)
* \brief "copyright" descriptor generator. * \brief "copyright" descriptor generator.
* \param p_decoded pointer to a decoded "copyright" descriptor structure * \param p_decoded pointer to a decoded "copyright" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_0e.h * dr_0e.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0e.h,v 1.1 2002/05/10 22:58:53 bozo Exp $ * $Id: dr_0e.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -66,7 +66,7 @@ typedef struct dvbpsi_max_bitrate_dr_s ...@@ -66,7 +66,7 @@ typedef struct dvbpsi_max_bitrate_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_max_bitrate_dr_t * dvbpsi_DecodeMaxBitrateDr( * \fn dvbpsi_max_bitrate_dr_t * dvbpsi_DecodeMaxBitrateDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "maximum bitrate" descriptor decoder. * \brief "maximum bitrate" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "maximum bitrate" descriptor structure which * \return a pointer to a new "maximum bitrate" descriptor structure which
...@@ -81,7 +81,7 @@ dvbpsi_max_bitrate_dr_t* dvbpsi_DecodeMaxBitrateDr( ...@@ -81,7 +81,7 @@ dvbpsi_max_bitrate_dr_t* dvbpsi_DecodeMaxBitrateDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenMaxBitrateDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenMaxBitrateDr(
* dvbpsi_max_bitrate_dr_t * p_decoded, int b_duplicate) dvbpsi_max_bitrate_dr_t * p_decoded, int b_duplicate)
* \brief "maximum bitrate" descriptor generator. * \brief "maximum bitrate" descriptor generator.
* \param p_decoded pointer to a decoded "maximum bitrate" descriptor structure * \param p_decoded pointer to a decoded "maximum bitrate" descriptor structure
* \param b_duplicate if non zero then duplicate the p_decoded structure into * \param b_duplicate if non zero then duplicate the p_decoded structure into
......
/***************************************************************************** /*****************************************************************************
* dr_0f.h * dr_0f.h
* (c)2001-2002 VideoLAN * (c)2001-2002 VideoLAN
* $Id: dr_0f.h,v 1.1 2002/05/10 22:58:53 bozo Exp $ * $Id: dr_0f.h,v 1.2 2002/05/10 23:50:36 bozo Exp $
* *
* Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
...@@ -66,7 +66,7 @@ typedef struct dvbpsi_private_data_dr_s ...@@ -66,7 +66,7 @@ typedef struct dvbpsi_private_data_dr_s
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_private_data_dr_t * dvbpsi_DecodePrivateDataDr( * \fn dvbpsi_private_data_dr_t * dvbpsi_DecodePrivateDataDr(
* dvbpsi_descriptor_t * p_descriptor) dvbpsi_descriptor_t * p_descriptor)
* \brief "private data indicator" descriptor decoder. * \brief "private data indicator" descriptor decoder.
* \param p_descriptor pointer to the descriptor structure * \param p_descriptor pointer to the descriptor structure
* \return a pointer to a new "private data indicator" descriptor structure * \return a pointer to a new "private data indicator" descriptor structure
...@@ -81,7 +81,7 @@ dvbpsi_private_data_dr_t* dvbpsi_DecodePrivateDataDr( ...@@ -81,7 +81,7 @@ dvbpsi_private_data_dr_t* dvbpsi_DecodePrivateDataDr(
*****************************************************************************/ *****************************************************************************/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenPrivateDataDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenPrivateDataDr(
* dvbpsi_private_data_dr_t * p_decoded, int b_duplicate) dvbpsi_private_data_dr_t * p_decoded, int b_duplicate)
* \brief "private data indicator" descriptor generator. * \brief "private data indicator" descriptor generator.
* \param p_decoded pointer to a decoded "private data indicator" descriptor * \param p_decoded pointer to a decoded "private data indicator" descriptor
* structure * structure
......
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