diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-06-03 12:29:25 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-06-07 09:00:18 +0200 |
commit | f11515c77f0a2915b831d91f061fb11c4359601f (patch) | |
tree | 467ddd2ddbb6abae728d42674fd6176db36f7e72 /libavcodec/version.h | |
parent | e62824835d6871de5f1658afa840eb58425e34d4 (diff) | |
download | ffmpeg-f11515c77f0a2915b831d91f061fb11c4359601f.tar.gz |
avcodec: add RTV1 decoder
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 9d0485b068..2618016a83 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 16 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 17 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |