FFmpeg
|
#include "avlanguage.h"
#include "libavutil/macros.h"
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | LangEntry |
Functions | |
static int | lang_table_compare (const void *lhs, const void *rhs) |
const char * | ff_convert_lang_to (const char *lang, enum AVLangCodespace target_codespace) |
Convert a language code to a target codespace. More... | |
Variables | |
static const uint16_t | lang_table_counts [] = { 484, 20, 184 } |
static const uint16_t | lang_table_offsets [] = { 0, 484, 504 } |
static const LangEntry | lang_table [] |
|
static |
Definition at line 730 of file avlanguage.c.
Referenced by ff_convert_lang_to().
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 735 of file avlanguage.c.
Referenced by asf_read_header(), asf_write_header1(), avi_write_header(), ff_convert_lang_to(), mkv_write_simpletag(), and set_language().
|
static |
Definition at line 32 of file avlanguage.c.
Referenced by ff_convert_lang_to().
|
static |
Definition at line 33 of file avlanguage.c.
Referenced by ff_convert_lang_to().
|
static |
Definition at line 35 of file avlanguage.c.
Referenced by ff_convert_lang_to().