diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-10-26 00:18:39 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-12-19 23:21:53 +0000 |
commit | 720cf4e6e7dcaa4032b9448cb6b6cc4671a6f108 (patch) | |
tree | 1a51c50bea1c3c7fea1c1671938bf544b351b38a /libavcodec/version.h | |
parent | 47687a2f8aca3f65b6fdd117b1cb66a7409a7fd1 (diff) | |
download | ffmpeg-720cf4e6e7dcaa4032b9448cb6b6cc4671a6f108.tar.gz |
lavc: Add codec metadata to indicate hardware support
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 aa6cdcd6bc..e6edd5c867 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 5 +#define LIBAVCODEC_VERSION_MINOR 6 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |