FFmpeg
|
RIFF FourCCs
Get the tables mapping RIFF FourCCs to libavcodec AVCodecIDs. More...
Collaboration diagram for RIFF FourCCs:
Functions | |
const struct AVCodecTag * | avformat_get_riff_video_tags (void) |
const struct AVCodecTag * | avformat_get_riff_audio_tags (void) |
Detailed Description
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:
Function Documentation
const struct AVCodecTag* avformat_get_riff_audio_tags | ( | void | ) |
- Returns
- the table mapping RIFF FourCCs for audio to AVCodecID.
Definition at line 4263 of file libavformat/utils.c.
const struct AVCodecTag* avformat_get_riff_video_tags | ( | void | ) |
- Returns
- the table mapping RIFF FourCCs for video to libavcodec AVCodecID.
Definition at line 4259 of file libavformat/utils.c.
Referenced by dshow_add_device(), and dshow_cycle_formats().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11