diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-04 12:50:55 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-04 15:45:05 +0200 |
commit | 7beeea8f1755d25d2eaf56cff9a04590244da393 (patch) | |
tree | 02b08d00e7b70c67677f62c90fd37b3fa1fa942d /libavutil/version.h | |
parent | aa39516a04f7a7b91bf03e0fad0afce41acd1de1 (diff) | |
download | ffmpeg-7beeea8f1755d25d2eaf56cff9a04590244da393.tar.gz |
error: define AVERROR_EXTERNAL.
This code is intended for errors in external libraries
when no corresponding error code can be found.
AVERROR_UNKNOWN is too vague for that and looks like AVERROR_BUG.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 9a0ac897b6..857540b049 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -31,7 +31,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 63 +#define LIBAVUTIL_VERSION_MINOR 64 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |