Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9bf1b724
Commit
9bf1b724
authored
Feb 19, 2009
by
Peter Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add AVERROR_EOF.
Originally committed as revision 17455 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6f2162b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
avcodec.h
libavcodec/avcodec.h
+2
-1
No files found.
libavcodec/avcodec.h
View file @
9bf1b724
...
...
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
#define LIBAVCODEC_VERSION_MINOR 1
6
#define LIBAVCODEC_VERSION_MINOR 1
7
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
...
...
@@ -3164,6 +3164,7 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *str);
#define AVERROR_NOFMT AVERROR(EILSEQ)
/**< unknown format */
#define AVERROR_NOTSUPP AVERROR(ENOSYS)
/**< Operation not supported. */
#define AVERROR_NOENT AVERROR(ENOENT)
/**< No such file or directory. */
#define AVERROR_EOF AVERROR(EPIPE)
/**< End of file. */
#define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E')
/**< Not yet implemented in FFmpeg. Patches welcome. */
#endif
/* AVCODEC_AVCODEC_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