summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-03-17 11:44:27 +0200
committerMartin Storsjö <martin@martin.st>2016-04-12 13:51:01 +0300
commit1bb56abb9b37bd208a66164339c92cad59b1087b (patch)
tree9ff32c639aa65b92148b6288505971c4165ea8be /libavcodec/version.h
parentf1cd9b03f3fa875eb5e394281b4b688cec611658 (diff)
omx: Add support for zerocopy input of frames
This can only be used if the input data happens to be laid out exactly correctly. This might not be supported on all encoders, so only enable it with an option, but enable it automatically on raspberry pi, where it is known to be supported. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 71515a985f..4c28cdc5dc 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 18
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MICRO 2
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \