diff options
author | Dustin Brody <libav@parsoma.net> | 2011-08-06 04:42:34 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-12 19:10:22 +0200 |
commit | 2f63440c59bf8c4a2e90280e23e8cadb235a42e6 (patch) | |
tree | e2ef08ef74514f19a737dc5eaff5726e9742788c /libavformat/version.h | |
parent | 8d2e4a7e687b7fdbb939e236399cf774dc7bead6 (diff) | |
download | ffmpeg-2f63440c59bf8c4a2e90280e23e8cadb235a42e6.tar.gz |
lavf: add support for error_recognition, use it in avidec, and bump minor API version
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index bb12b5137a..4473717fd7 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -24,7 +24,7 @@ #include "libavutil/avutil.h" #define LIBAVFORMAT_VERSION_MAJOR 53 -#define LIBAVFORMAT_VERSION_MINOR 3 +#define LIBAVFORMAT_VERSION_MINOR 4 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |