Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
9b359f51
Commit
9b359f51
authored
Mar 14, 2010
by
Stefano Sabatini
Browse files
Lexically sort the error code definitions.
Originally committed as revision 22518 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bb4fcfa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavutil/error.h
View file @
9b359f51
...
...
@@ -35,17 +35,18 @@
#endif
#if LIBAVUTIL_VERSION_MAJOR < 51
#define AVERROR_UNKNOWN AVERROR(EINVAL)
/**< unknown error */
#define AVERROR_IO AVERROR(EIO)
/**< I/O error */
#define AVERROR_NOMEM AVERROR(ENOMEM)
/**< not enough memory */
#define AVERROR_UNKNOWN AVERROR(EINVAL)
/**< unknown error */
#endif
#define AVERROR_
NUMEXPECTED
AVERROR(E
DOM)
/**<
Number syntax expected in filenam
e. */
#define AVERROR_
EOF
AVERROR(E
PIPE)
/**<
End of fil
e. */
#define AVERROR_INVALIDDATA AVERROR(EINVAL)
/**< invalid data found */
#define AVERROR_NOENT AVERROR(ENOENT)
/**< No such file or directory. */
#define AVERROR_NOFMT AVERROR(EILSEQ)
/**< unknown format */
#define AVERROR_NOTSUPP AVERROR(ENOSYS)
/**< Operation not supported. */
#define AVERROR_N
OENT
AVERROR(E
NOENT)
/**< N
o such file or directory
. */
#define AVERROR_EOF AVERROR(EPIPE)
/**< End of file. */
#define AVERROR_N
UMEXPECTED
AVERROR(E
DOM)
/**< N
umber syntax expected in filename
. */
#define AVERROR_PATCHWELCOME (-MKTAG('P','A','W','E'))
/**< Not yet implemented in FFmpeg. Patches welcome. */
#endif
/* AVUTIL_ERROR_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment