dvbpsi.h | dvbpsi.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
* Jean-Paul Saman <jpsaman@videolan.org> | * Jean-Paul Saman <jpsaman@videolan.org> | |||
* \brief Application interface for all DVB/PSI decoders. | * \brief Application interface for all DVB/PSI decoders. | |||
* | * | |||
* Application interface for all DVB/PSI decoders. The generic decoder | * Application interface for all DVB/PSI decoders. The generic decoder | |||
* structure is public so that external decoders are allowed. | * structure is public so that external decoders are allowed. | |||
*/ | */ | |||
#ifndef _DVBPSI_DVBPSI_H_ | #ifndef _DVBPSI_DVBPSI_H_ | |||
#define _DVBPSI_DVBPSI_H_ | #define _DVBPSI_DVBPSI_H_ | |||
#define DVBPSI_VERSION 1.1.1 /*!< Human readible DVBPSI v ersion*/ | #define DVBPSI_VERSION 1.1.2 /*!< Human readible DVBPSI v ersion*/ | |||
#define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+1) /*!< Machine readible DVBPSI version */ | #define DVBPSI_VERSION_INT ((1<<16)+(1<<8)+1) /*!< Machine readible DVBPSI version */ | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
/************************************************************************** *** | /************************************************************************** *** | |||
* Helper for GCC version checks borrowed from VLC. | * Helper for GCC version checks borrowed from VLC. | |||
************************************************************************** ***/ | ************************************************************************** ***/ | |||
/*! | /*! | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||