#include "avlanguage.h"
#include "libavutil/avstring.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 * | av_convert_lang_to (const char *lang, enum AVLangCodespace target_codespace) |
Converts a language code to a target codespace. | |
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 [] |
const char* av_convert_lang_to | ( | const char * | lang, | |
enum AVLangCodespace | target_codespace | |||
) |
Converts a language code to a target codespace.
The source codespace is guessed. Returns NULL if the provided lang is null or invalid.
Definition at line 735 of file avlanguage.c.
Referenced by asf_read_header(), and av_convert_lang_to().
static int lang_table_compare | ( | const void * | lhs, | |
const void * | rhs | |||
) | [static] |
const LangEntry lang_table[] [static] |
Definition at line 35 of file avlanguage.c.
const uint16_t lang_table_counts[] = { 484, 20, 184 } [static] |
const uint16_t lang_table_offsets[] = { 0, 484, 504 } [static] |