dr_42.h

Go to the documentation of this file.
00001 /*****************************************************************************
00002  * dr_42.h
00003  * (c)2001-2002 VideoLAN
00004  * $Id: dr_42.h 88 2004-02-24 14:31:18Z sam $
00005  *
00006  * Authors: Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
00007  *          Johan Bilien <jobi@via.ecp.fr>
00008  *
00009  * This program is free software; you can redistribute it and/or
00010  * modify it under the terms of the GNU General Public License
00011  * as published by the Free Software Foundation; either version 2
00012  * of the License, or (at your option) any later version.
00013  *
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  *
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00022  *
00023  *****************************************************************************/
00024 
00036 #ifndef _DVBPSI_DR_42_H_
00037 #define _DVBPSI_DR_42_H_
00038 
00039 #ifdef __cplusplus
00040 extern "C" {
00041 #endif
00042 
00043 
00044 /*****************************************************************************
00045  * dvbpsi_stuffing_dr_t
00046  *****************************************************************************/
00058 typedef struct dvbpsi_stuffing_dr_s
00059 {
00060   uint8_t      i_stuffing_length;            
00062   uint8_t      i_stuffing_byte[255];         
00064 } dvbpsi_stuffing_dr_t;
00065 
00066 
00067 /*****************************************************************************
00068  * dvbpsi_DecodeStuffingDataDr
00069  *****************************************************************************/
00078 dvbpsi_stuffing_dr_t* dvbpsi_DecodeStuffingDr(
00079                                         dvbpsi_descriptor_t * p_descriptor);
00080 
00081 
00082 /*****************************************************************************
00083  * dvbpsi_GenStuffingDataDr
00084  *****************************************************************************/
00095 dvbpsi_descriptor_t * dvbpsi_GenStuffingDataDr(
00096                                         dvbpsi_stuffing_dr_t * p_decoded,
00097                                         int b_duplicate);
00098 
00099 
00100 #ifdef __cplusplus
00101 };
00102 #endif
00103 
00104 #else
00105 #error "Multiple inclusions of dr_42.h"
00106 #endif
00107 

Generated on Sat Jun 3 00:58:11 2006 for libdvbpsi by  doxygen 1.4.6