diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-05-27 16:42:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-05-30 18:02:55 +0200 |
commit | d49db99ce2be29c4ae4083dfb04128ff842285fd (patch) | |
tree | e3637d365b11f5fe2a27261b9691b86070861527 /libavcodec/version.h | |
parent | 439128960991aea38263a53c7634a0e2aa786691 (diff) | |
download | ffmpeg-d49db99ce2be29c4ae4083dfb04128ff842285fd.tar.gz |
avcodec: add PFM image 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 91002dc0b9..524fbc3b11 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 89 +#define LIBAVCODEC_VERSION_MINOR 90 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |