mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
add AVERROR_NOENT
Originally committed as revision 8976 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1502555362
commit
35e7f087ba
@ -3150,6 +3150,7 @@ extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
|
|||||||
#define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
|
#define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
|
||||||
#define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
|
#define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
|
||||||
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
|
#define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
|
||||||
|
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user