diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-07 16:41:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-22 14:38:57 +0200 |
commit | 9d443c3e686de7e9e7f193425f0e631b20e2dd87 (patch) | |
tree | 9ed4fb0b4ca1d0641d160433dbf58bfd021eecf6 /libavcodec/version.h | |
parent | f30a41a6086eb8c10f66090739a2a4f8491c3c7a (diff) | |
download | ffmpeg-9d443c3e686de7e9e7f193425f0e631b20e2dd87.tar.gz |
avcodec.h: split AVCodecParameters API into its own header
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b6eaad8703..9fc637313d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 86 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 87 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |