Go to the documentation of this file.
738 return strcmp(lhs, ((
const LangEntry *)rhs)->str);
747 if (target_codespace >= NB_CODESPACES)
750 for (
i=0; !
entry &&
i<NB_CODESPACES;
i++)
751 entry = bsearch(lang,
759 for (
i=0;
i<NB_CODESPACES;
i++)
@ AV_LANG_ISO639_2_TERM
3-char bibliographic language codes as per ISO-IEC 639-2
#define FF_ARRAY_ELEMS(a)
AVLangCodespace
Known language codespaces.
const char * ff_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace)
Convert a language code to a target codespace.
#define i(width, name, range_min, range_max)
static const uint16_t lang_table_counts[]
static const LangEntry lang_table[]
static const uint16_t lang_table_offsets[]
static int lang_table_compare(const void *lhs, const void *rhs)