summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-03 11:09:51 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-07 09:38:59 +0100
commit1e6cf7272fa8910fa44f1cf9e8b643326c2cf407 (patch)
tree8536f24a8ccb5a9c9213a50aa0f25f9c81991ede /libavcodec/version.h
parent585083dd1fc33b42ecd3f8095d49608c7c3dfe0d (diff)
downloadffmpeg-streaming-1e6cf7272fa8910fa44f1cf9e8b643326c2cf407.zip
ffmpeg-streaming-1e6cf7272fa8910fa44f1cf9e8b643326c2cf407.tar.gz
avcodec: implement vp9 dxva2 hwaccel
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 d1d89a1..3027853 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 16
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 17
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud