summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-12-18 16:42:24 +0100
committerAnton Khirnov <anton@khirnov.net>2017-01-12 16:24:15 +0100
commit019ab88a95cb31b698506d90e8ce56695a7f1cc5 (patch)
tree8c4564aff6be5c1270de110e5709cf101bc8ec31 /libavcodec/version.h
parent52627248e49e58eb4b78e4fcda90a64f4c476ea3 (diff)
downloadffmpeg-streaming-019ab88a95cb31b698506d90e8ce56695a7f1cc5.zip
ffmpeg-streaming-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 106543d..df0c01f 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, \
OpenPOWER on IntegriCloud