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: Подробнее...
Функции | |
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:
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>
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>
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>
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>