diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-08-25 18:51:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-08-27 22:06:19 +0200 |
commit | ad2ac1e7dd9053bf07225f7e9be29c7d2cbdeaf1 (patch) | |
tree | 2bd56f9a2d25f2a0f1bb50992f510508c2a033a1 /libavcodec/version.h | |
parent | f7d749e95b932549ae1f30e5e6e821643d247bf1 (diff) | |
download | ffmpeg-ad2ac1e7dd9053bf07225f7e9be29c7d2cbdeaf1.tar.gz |
avcodec: add WinCAM Motion Video 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 3471907ede..b38284a743 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 26 +#define LIBAVCODEC_VERSION_MINOR 27 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |