diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-01-03 15:30:30 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-01-03 15:42:26 +0100 |
commit | c04a954da6ce3816870b821f43d5543d940b1fb2 (patch) | |
tree | e526517774decd82a7b20cfd0e7d617f243c6565 /libavutil | |
parent | f37b4efe03b88d9b1a0865a10a4e6708556ddb07 (diff) | |
download | ffmpeg-c04a954da6ce3816870b821f43d5543d940b1fb2.tar.gz |
lavu: bump lavu minor for av_popcount64
Add it to doc/APIchanges and update and correct other entries.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index fa84eff9e7..f0be5c110a 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -154,7 +154,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 51 -#define LIBAVUTIL_VERSION_MINOR 20 +#define LIBAVUTIL_VERSION_MINOR 21 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |