Commit 289594ce authored by Jean-Paul Saman's avatar Jean-Paul Saman

Move iso_639_languague_code_t definition to descriptor.h

This struct was defined in two descriptors.
parent 88da6739
......@@ -39,6 +39,14 @@
extern "C" {
#endif
/*****************************************************************************
* common definitions
*****************************************************************************/
/*!
* \typedef uint8_t iso_639_language_code_t[3]
* \brief ISO639 three letter language codes
*/
typedef uint8_t iso_639_language_code_t[3]; /*!< */
/*****************************************************************************
* dvbpsi_descriptor_t
......
......@@ -40,7 +40,6 @@ extern "C" {
#endif
#define DR_0A_API_VER 2 /*!< descriptor 0a API version */
typedef uint8_t iso_639_language_code_t[3]; /*!< ISO639 three letter language codes */
/*****************************************************************************
* dvbpsi_iso639_dr_t
......
......@@ -38,7 +38,6 @@
extern "C" {
#endif
typedef uint8_t iso_639_language_code_t[3]; /*!< ISO639 three letter language codes */
/*****************************************************************************
* dvbpsi_country_availability_dr_t
......
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