World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Указатель Классы Пространства имен Файлы Функции Переменные Определения типов Перечисления Элементы перечислений Друзья Группы Страницы

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: Подробнее...

+ Граф связей класса RIFF FourCCs:

Функции

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:

uint32_t tag = MKTAG('H', '2', '6', '4');
const struct AVCodecTag *table[] = { avformat_get_riff_video_tags(), 0 };

Функции

◆ avformat_get_riff_video_tags()

const struct AVCodecTag* avformat_get_riff_video_tags ( void  )

#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavformat/avformat.h>

Возвращает
the table mapping RIFF FourCCs for video to libavcodec AVCodecID.

◆ avformat_get_riff_audio_tags()

const struct AVCodecTag* avformat_get_riff_audio_tags ( void  )

#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavformat/avformat.h>

Возвращает
the table mapping RIFF FourCCs for audio to AVCodecID.

◆ avformat_get_mov_video_tags()

const struct AVCodecTag* avformat_get_mov_video_tags ( void  )

#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavformat/avformat.h>

Возвращает
the table mapping MOV FourCCs for video to libavcodec AVCodecID.

◆ avformat_get_mov_audio_tags()

const struct AVCodecTag* avformat_get_mov_audio_tags ( void  )

#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavformat/avformat.h>

Возвращает
the table mapping MOV FourCCs for audio to AVCodecID.
avformat_get_riff_video_tags
const struct AVCodecTag * avformat_get_riff_video_tags(void)
av_codec_get_id
enum AVCodecID av_codec_get_id(const struct AVCodecTag *const *tags, unsigned int tag)
AVCodecID
AVCodecID
Definition: avcodec.h:215
uint32_t
unsigned __int32 uint32_t
Definition: SDL_config.h:39
table
GLenum GLsizei GLenum GLenum const void * table
Definition: SDL_opengl_glext.h:3121