diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-22 09:12:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-23 07:33:05 +0200 |
commit | add3a6902ea4d459f36655656a1f8daa409118a7 (patch) | |
tree | f44c59804b9e966239ae6e53fb990370d86f47ae /libavutil | |
parent | 2b8dd371e4d276ca0d342e82b8b4cc281be0630a (diff) | |
download | ffmpeg-add3a6902ea4d459f36655656a1f8daa409118a7.tar.gz |
lavu: bump major to 52
In addition to the recent tables mess, the AVOption defaults behavior
changed, so an old lavc used with a new lavu will get completely messed
up defaults.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index d21f53286b..1bbebd9f0c 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -36,8 +36,8 @@ * @{ */ -#define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 45 +#define LIBAVUTIL_VERSION_MAJOR 52 +#define LIBAVUTIL_VERSION_MINOR 0 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |