Get the tables mapping RIFF FourCCs to libavcodec CodecIDs.
More...
Detailed Description
Get the tables mapping RIFF FourCCs to libavcodec CodecIDs.
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');
Function Documentation
- Returns
- the table mapping RIFF FourCCs for audio to CodecID.
Definition at line 4123 of file utils.c.
- Returns
- the table mapping RIFF FourCCs for video to libavcodec CodecID.
Definition at line 4119 of file utils.c.