summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-10-02 08:51:32 +0200
committerAnton Khirnov <anton@khirnov.net>2016-12-19 08:13:08 +0100
commitea8b730d8e67152107d7fcdd5590bbb51ec236b1 (patch)
treed0c99fe8db6b223fee7b1b77647c90fa8ac4a50f /libavcodec/version.h
parent1783d7ec03d730c5bd96c07bc5fa7aa566f85c66 (diff)
downloadffmpeg-streaming-ea8b730d8e67152107d7fcdd5590bbb51ec236b1.zip
ffmpeg-streaming-ea8b730d8e67152107d7fcdd5590bbb51ec236b1.tar.gz
hevcdec: add a VAAPI hwaccel
Partially based on a patch by Timo Rothenpieler <timo@rothenpieler.org>. Additional scaling list handling fix by Jun Zhao <mypopydev@gmail.com>.
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 3756275..5b6fb6c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 30
-#define LIBAVCODEC_VERSION_MICRO 1
+#define LIBAVCODEC_VERSION_MICRO 2
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud