| FFmpeg
    | 
avlanguage.h File Reference
  
This graph shows which files directly or indirectly include this file:

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 * | av_convert_lang_to (const char *lang, enum AVLangCodespace target_codespace) | 
| Convert a language code to a target codespace.  More... | |
Enumeration Type Documentation
| enum AVLangCodespace | 
Known language codespaces.
Definition at line 27 of file avlanguage.h.
Function Documentation
| const char* av_convert_lang_to | ( | const char * | lang, | 
| enum AVLangCodespace | target_codespace | ||
| ) | 
Convert 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 736 of file avlanguage.c.
Referenced by asf_read_header(), av_convert_lang_to(), and mkv_write_simpletag().
Generated by
 1.8.11
 1.8.11