diff options
author | Cameron Cawley <ccawley2011@gmail.com> | 2021-05-07 17:50:47 +0100 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2021-05-09 17:01:27 +1000 |
commit | 5c7313c740dbd04e1a98937ca31d2c4a30ac6b99 (patch) | |
tree | 2ddcee2da131f70edbc02aa7db730f53f7a14c70 /libavcodec/version.h | |
parent | b4e7fc4b4b4aa71ae6806b57ebe1293239497f71 (diff) | |
download | ffmpeg-5c7313c740dbd04e1a98937ca31d2c4a30ac6b99.tar.gz |
avcodec: Implement Acorn Replay IMA ADPCM decoder
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 8d37666d5e..48165b9ac4 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 59 -#define LIBAVCODEC_VERSION_MINOR 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |