Functions | |
struct AVCodecTag * | avformat_get_riff_video_tags (void) |
struct AVCodecTag * | avformat_get_riff_audio_tags (void) |
The tables are meant to be passed to av_codec_get_id()/av_codec_get_tag() as in the following code:
uint32_t tag = MKTAG('H', '2', '6', '4'); const struct AVCodecTag *table[] = { avformat_get_riff_video_tags(), 0 }; enum AVCodecID id = av_codec_get_id(table, tag);
struct AVCodecTag* avformat_get_riff_audio_tags | ( | void | ) | [read] |
struct AVCodecTag* avformat_get_riff_video_tags | ( | void | ) | [read] |