aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2025-07-07 17:18:48 +0200
committerMarvin Scholz <epirat07@gmail.com>2025-07-07 17:18:48 +0200
commiteca477da523bcd07044536f79ab2a4e3aa919724 (patch)
tree9f261fa61c213a6d9792e9abb4436be2314af14d
parentd2828ab28463fa2062e7d254f549cb434974c963 (diff)
downloadffmpeg-eca477da523bcd07044536f79ab2a4e3aa919724.tar.gz
avcodec: bump minor after adding AV_PKT_DATA_RTCP_SR
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7aa95fc3f1..da54f87887 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 5
+#define LIBAVCODEC_VERSION_MINOR 6
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \