FFmpeg
|
Go to the source code of this file.
Enumerations | |
enum | AVLangCodespace { AV_LANG_ISO639_2_BIBL, AV_LANG_ISO639_2_TERM, AV_LANG_ISO639_1 } |
Known language codespaces. More... | |
Functions | |
const char * | ff_convert_lang_to (const char *lang, enum AVLangCodespace target_codespace) |
Convert a language code to a target codespace. More... | |
attribute_deprecated const char * | av_convert_lang_to (const char *lang, enum AVLangCodespace target_codespace) |
enum AVLangCodespace |
Known language codespaces.
Definition at line 30 of file avlanguage.h.
const char* ff_convert_lang_to | ( | const char * | lang, |
enum AVLangCodespace | target_codespace | ||
) |
Convert a language code to a target codespace.
The source codespace is guessed.
Definition at line 736 of file avlanguage.c.
Referenced by asf_read_header(), asf_write_header1(), av_convert_lang_to(), avi_write_header(), ff_convert_lang_to(), mkv_write_simpletag(), and set_language().
attribute_deprecated const char* av_convert_lang_to | ( | const char * | lang, |
enum AVLangCodespace | target_codespace | ||
) |
Definition at line 768 of file avlanguage.c.