diff options
author | Marvin Scholz <epirat07@gmail.com> | 2025-07-07 17:18:48 +0200 |
---|---|---|
committer | Marvin Scholz <epirat07@gmail.com> | 2025-07-07 17:18:48 +0200 |
commit | eca477da523bcd07044536f79ab2a4e3aa919724 (patch) | |
tree | 9f261fa61c213a6d9792e9abb4436be2314af14d | |
parent | d2828ab28463fa2062e7d254f549cb434974c963 (diff) | |
download | ffmpeg-eca477da523bcd07044536f79ab2a4e3aa919724.tar.gz |
avcodec: bump minor after adding AV_PKT_DATA_RTCP_SR
-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 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, \ |