Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs.
More...
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:
uint32_t
tag =
MKTAG(
'H',
'2',
'6',
'4');
- Returns
- the table mapping RIFF FourCCs for audio to AVCodecID.
Definition at line 462 of file riff.c.
- Returns
- the table mapping MOV FourCCs for video to libavcodec AVCodecID.
Definition at line 584 of file isom.c.
- Returns
- the table mapping MOV FourCCs for audio to AVCodecID.
Definition at line 589 of file isom.c.