diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-16 19:37:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-19 11:12:17 +0100 |
commit | 2c328a907978b61949fd20f7c991803174337855 (patch) | |
tree | c9b35c50f10bcdcd85ec28cc25ee8b8904c3b8dc /libavutil/version.h | |
parent | e5c32d6da7836c7c9bb8393cb4de7e0997a4363b (diff) | |
download | ffmpeg-2c328a907978b61949fd20f7c991803174337855.tar.gz |
pixdesc: add a function for counting planes in a pixel format.
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 d519b50c78..6cbe7ef66d 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -37,7 +37,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 8 +#define LIBAVUTIL_VERSION_MINOR 9 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |