Go to the documentation of this file.
733 return strcmp(lhs, ((
const LangEntry *)rhs)->str);
742 if (target_codespace >= NB_CODESPACES)
745 for (
i=0; !entry &&
i<NB_CODESPACES;
i++)
746 entry = bsearch(lang,
754 for (
i=0;
i<NB_CODESPACES;
i++)
767 #if LIBAVFORMAT_VERSION_MAJOR < 58
@ AV_LANG_ISO639_2_TERM
3-char bibliographic language codes as per ISO-IEC 639-2
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)
const char * av_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace)
static const uint16_t lang_table_counts[]
#define FF_ARRAY_ELEMS(a)
static const LangEntry lang_table[]
static const uint16_t lang_table_offsets[]
static int lang_table_compare(const void *lhs, const void *rhs)