diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-05-27 00:17:59 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-07-21 11:36:14 +1000 |
commit | 80dda809811ea68cc7d7e4064b51fc433c54384e (patch) | |
tree | fb2e96dd98c5b348736ea2f836142e30d7f93be9 /libavcodec/version.h | |
parent | 8598fc4010dc49ffdb360a844c4f60dc7d8cef15 (diff) | |
download | ffmpeg-80dda809811ea68cc7d7e4064b51fc433c54384e.tar.gz |
avcodec: add adpcm_ima_apm encoder
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
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 ad0bfd619d..d5dca8cbda 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 96 +#define LIBAVCODEC_VERSION_MINOR 97 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |