[FFmpeg-cvslog] lavc: bump minor version for new VT hwaccels
rcombs
git at videolan.org
Mon Nov 29 00:42:17 EET 2021
ffmpeg | branch: master | rcombs <rcombs at rcombs.me> | Sat Nov 13 17:46:31 2021 -0600| [4cedf44aae273df937daf81b7b798539e880b20f] | committer: rcombs
lavc: bump minor version for new VT hwaccels
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cedf44aae273df937daf81b7b798539e880b20f
---
libavcodec/version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 58e3322e9a..8a0b94f5aa 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 59
-#define LIBAVCODEC_VERSION_MINOR 13
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 14
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list