aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-05-01 13:35:18 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-07 15:47:25 +0200
commitc2ae8e30b7f3629b097eb0db89e509756ed923e8 (patch)
tree95b028bb49cffaccf73152d5251f8440beaeff05 /libavcodec/version.h
parent55ea1da1c0fb3d04878d38c668ec159c2f45f06e (diff)
downloadffmpeg-c2ae8e30b7f3629b097eb0db89e509756ed923e8.tar.gz
lavc/codec_par: add AVCodecParameters.framerate
This corresponds to AVCodecContext.framerate.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 80e2ae630d..8b53586be1 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 10
+#define LIBAVCODEC_VERSION_MINOR 11
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \