diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-12-18 16:42:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-01-12 16:24:15 +0100 |
commit | 019ab88a95cb31b698506d90e8ce56695a7f1cc5 (patch) | |
tree | 8c4564aff6be5c1270de110e5709cf101bc8ec31 /libavcodec/version.h | |
parent | 52627248e49e58eb4b78e4fcda90a64f4c476ea3 (diff) | |
download | ffmpeg-019ab88a95cb31b698506d90e8ce56695a7f1cc5.tar.gz |
lavc: add an option for exporting cropping information to the caller
Also, add generic code for handling cropping, so the decoders can export
just the cropping size and not bother with the rest.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 106543de53..df0c01f4cc 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 30 -#define LIBAVCODEC_VERSION_MICRO 4 +#define LIBAVCODEC_VERSION_MINOR 31 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |