diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-07-22 23:05:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-07-26 23:20:40 +0200 |
commit | 47399ccdfd93d337c96c76fbf591f0e3637131ef (patch) | |
tree | ae06fa9d96723576f36185137056e509f67f17ee /libavutil/version.h | |
parent | 80e919b17435da18c0f2be6403a0315cf4b40a1a (diff) | |
download | ffmpeg-47399ccdfd93d337c96c76fbf591f0e3637131ef.tar.gz |
lavc, lavu: move frame cropping to a convenience function
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 2c85120b64..53bf72efdd 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 56 -#define LIBAVUTIL_VERSION_MINOR 2 +#define LIBAVUTIL_VERSION_MINOR 3 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |