VLC 4.0.0-dev
Loading...
Searching...
No Matches
iso-639_def.h File Reference

Go to the source code of this file.

Macros

#define LANG_CODE(a, b, c, d)   { a, b, c, d },
 
#define LANG_CODE2(a, c)   { a, "", c, "" }, /* two param version (ISO-639-2/T only) */
 
#define LANG_CODE3(a, c, d)   { a, "", c, d }, /* three param version (ISO-639-2/T&B only) */
 

Variables

static const iso639_lang_t p_languages []
 

Macro Definition Documentation

◆ LANG_CODE

#define LANG_CODE (   a,
  b,
  c,
 
)    { a, b, c, d },

◆ LANG_CODE2

#define LANG_CODE2 (   a,
 
)    { a, "", c, "" }, /* two param version (ISO-639-2/T only) */

◆ LANG_CODE3

#define LANG_CODE3 (   a,
  c,
 
)    { a, "", c, d }, /* three param version (ISO-639-2/T&B only) */

Variable Documentation

◆ p_languages

const iso639_lang_t p_languages[]
static