diff options
author | Marton Balint <cus@passwd.hu> | 2022-03-22 02:29:29 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2022-04-10 20:12:23 +0200 |
commit | ee50cc18b3943405aa476e31c8553aa098350b1e (patch) | |
tree | 6559e2d1635f0c0fb20dce29607d6a47a581c17a /libavcodec/version.h | |
parent | 013d774e225c685cf2a9674f4c5dc9bb13941cb4 (diff) | |
download | ffmpeg-ee50cc18b3943405aa476e31c8553aa098350b1e.tar.gz |
avcodec/vbnenc: add VBN encoder
Signed-off-by: Marton Balint <cus@passwd.hu>
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 aa3a484c51..26ee41eb1f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 25 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 26 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |