FFmpeg
|
Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs. The tables are meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the following code: More...
Functions | |
const struct AVCodecTag * | avformat_get_riff_video_tags (void) |
const struct AVCodecTag * | avformat_get_riff_audio_tags (void) |
const struct AVCodecTag * | avformat_get_mov_video_tags (void) |
const struct AVCodecTag * | avformat_get_mov_audio_tags (void) |
Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs. The tables are meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the following code:
const struct AVCodecTag* avformat_get_riff_video_tags | ( | void | ) |
Definition at line 650 of file riff.c.
Referenced by dshow_get_format_info().
const struct AVCodecTag* avformat_get_riff_audio_tags | ( | void | ) |
const struct AVCodecTag* avformat_get_mov_video_tags | ( | void | ) |
Definition at line 364 of file isom_tags.c.
const struct AVCodecTag* avformat_get_mov_audio_tags | ( | void | ) |
Definition at line 369 of file isom_tags.c.