Revision 7c074320
libavutil/error.h | ||
---|---|---|
37 | 37 |
#if LIBAVUTIL_VERSION_MAJOR < 51 |
38 | 38 |
#define AVERROR_UNKNOWN AVERROR(EINVAL) /**< unknown error */ |
39 | 39 |
#define AVERROR_IO AVERROR(EIO) /**< I/O error */ |
40 |
#define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */ |
|
40 | 41 |
#endif |
41 | 42 |
|
42 | 43 |
#define AVERROR_NUMEXPECTED AVERROR(EDOM) /**< Number syntax expected in filename. */ |
43 | 44 |
#define AVERROR_INVALIDDATA AVERROR(EINVAL) /**< invalid data found */ |
44 |
#define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */ |
|
45 | 45 |
#define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */ |
46 | 46 |
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */ |
47 | 47 |
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ |
Also available in: Unified diff