diff options
author | James Almer <jamrial@gmail.com> | 2023-06-15 11:44:04 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-06-15 11:44:04 -0300 |
commit | 77c5c743753b064d236a8924b309547a3b7babc2 (patch) | |
tree | 064e0e779a7f6a9180f91d7f340d8389945abf32 | |
parent | 29976915587f0fc93625c5743dbe9a31d50af5bb (diff) | |
download | ffmpeg-77c5c743753b064d236a8924b309547a3b7babc2.tar.gz |
avcodec/version: bump minor after evc parser and frame_merge bsf additions
Signed-off-by: James Almer <jamrial@gmail.com>
-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 65bc52fb24..4b7ec515fe 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 18 +#define LIBAVCODEC_VERSION_MINOR 19 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |