World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Функции | |
int | av_strerror (int errnum, char *errbuf, size_t errbuf_size) |
static char * | av_make_error_string (char *errbuf, size_t errbuf_size, int errnum) |
int av_strerror | ( | int | errnum, |
char * | errbuf, | ||
size_t | errbuf_size | ||
) |
#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavutil/error.h>
Put a description of the AVERROR code errnum in errbuf. In case of failure the global variable errno is set to indicate the error. Even in case of failure av_strerror() will print a generic error message indicating the errnum provided to errbuf.
errnum | error code to describe |
errbuf | buffer to which description is written |
errbuf_size | the size in bytes of errbuf |
Используется в av_make_error_string() и Movie::GetFrame().
|
inlinestatic |
#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavutil/error.h>
Fill the provided buffer with a string containing an error string corresponding to the AVERROR code errnum.
errbuf | a buffer |
errbuf_size | size in bytes of errbuf |
errnum | error code to describe |
См. определение в файле error.h строка 109
Перекрестные ссылки av_strerror().