diff options
author | Aman Gupta <aman@tmm1.net> | 2017-12-03 17:32:22 -0800 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@gmail.com> | 2017-12-16 00:52:27 +0100 |
commit | 8bf4e6d3ce25723832625dddbf1c06ab20ab5828 (patch) | |
tree | e63c80887ad5d8a0570ccdfefa1bb25bd13bc1a8 /libavcodec/version.h | |
parent | e4d9f05ca79909e2853834c8f80a52bc9cf0e6b6 (diff) | |
download | ffmpeg-8bf4e6d3ce25723832625dddbf1c06ab20ab5828.tar.gz |
lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if set
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b529f00227..d55de89797 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 7 +#define LIBAVCODEC_VERSION_MINOR 8 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |