[FFmpeg-cvslog] avcodec/version: bump minor after evc parser and frame_merge bsf additions

James Almer git at videolan.org
Thu Jun 15 18:00:29 EEST 2023


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jun 15 11:44:04 2023 -0300| [77c5c743753b064d236a8924b309547a3b7babc2] | committer: James Almer

avcodec/version: bump minor after evc parser and frame_merge bsf additions

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77c5c743753b064d236a8924b309547a3b7babc2
---

 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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, \



More information about the ffmpeg-cvslog mailing list