diff options
author | Paul B Mahol | 2020-05-04 23:57:47 +0200 |
---|---|---|
committer | Paul B Mahol | 2020-05-19 20:09:25 +0200 |
commit | cdd06db56f2a76396da1ab0648f4962b959bb2ab (patch) | |
tree | 24f626a01fe62eb32e7ad307986101f5d88a0a5e /libavcodec/version.h | |
parent | b707abf0911b1cb997bf8b1912c970e1e15996cf (diff) |
avcodec: add NotchLC decoder
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 9d260c80da..eca71cb5d4 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 84 +#define LIBAVCODEC_VERSION_MINOR 85 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |