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)
#define LANG_CODE2(a, c)
#define LANG_CODE3(a, c, d)

Variables

static const iso639_lang_t p_languages []

Macro Definition Documentation

◆ LANG_CODE

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

◆ LANG_CODE2

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

◆ LANG_CODE3

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

Variable Documentation

◆ p_languages

const iso639_lang_t p_languages[]
static