FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | error_entry |
Macros | |
#define | _XOPEN_SOURCE 600 /* XSI-compliant version of strerror_r */ |
#define | ERROR_TAG(tag) AVERROR_##tag, #tag |
#define | EERROR_TAG(tag) AVERROR(tag), #tag |
#define | AVERROR_INPUT_AND_OUTPUT_CHANGED (AVERROR_INPUT_CHANGED | AVERROR_OUTPUT_CHANGED) |
Functions | |
int | av_strerror (int errnum, char *errbuf, size_t errbuf_size) |
Put a description of the AVERROR code errnum in errbuf. More... | |
Variables | |
static const struct error_entry | error_entries [] |
#define _XOPEN_SOURCE 600 /* XSI-compliant version of strerror_r */ |
#define AVERROR_INPUT_AND_OUTPUT_CHANGED (AVERROR_INPUT_CHANGED | AVERROR_OUTPUT_CHANGED) |
|
static |
Definition at line 34 of file error.c.
Referenced by av_strerror(), and main().