diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-05-01 13:35:18 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-05-07 15:47:25 +0200 |
commit | c2ae8e30b7f3629b097eb0db89e509756ed923e8 (patch) | |
tree | 95b028bb49cffaccf73152d5251f8440beaeff05 /libavcodec/version.h | |
parent | 55ea1da1c0fb3d04878d38c668ec159c2f45f06e (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |