#include "riff.h"
Go to the source code of this file.
Data Structures | |
struct | MOVStts |
Functions | |
int | ff_mov_iso639_to_lang (const char *lang, int mp4) |
int | ff_mov_lang_to_iso639 (unsigned code, char *to) |
Variables | |
const AVCodecTag | ff_mp4_obj_type [] |
const AVCodecTag | codec_movvideo_tags [] |
const AVCodecTag | codec_movaudio_tags [] |
const AVCodecTag | ff_codec_movsubtitle_tags [] |
int ff_mov_iso639_to_lang | ( | const char * | lang, | |
int | mp4 | |||
) |
Definition at line 249 of file isom.c.
Referenced by mov_write_header(), and mov_write_string_metadata().
int ff_mov_lang_to_iso639 | ( | unsigned | code, | |
char * | to | |||
) |
const AVCodecTag codec_movaudio_tags[] |
const AVCodecTag codec_movvideo_tags[] |
Definition at line 60 of file isom.c.
Referenced by matroska_read_header(), mkv_write_codecprivate(), mkv_write_tracks(), mov_find_codec_tag(), and mov_read_stsd().
const AVCodecTag ff_codec_movsubtitle_tags[] |
const AVCodecTag ff_mp4_obj_type[] |
Definition at line 30 of file isom.c.
Referenced by mov_find_codec_tag(), mov_read_esds(), and mov_write_esds_tag().