diff options
author | James Almer <jamrial@gmail.com> | 2022-02-28 12:35:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-02-28 17:41:08 -0300 |
commit | 4e33bae9f971ae6ddc914ea5081aab1ea3f85b31 (patch) | |
tree | 21d819b54eadf0f820971e36e2611272d803fce5 /libavcodec/version.h | |
parent | 9c8a06a7d6ed1647185622fdc03d993a4f8d12d7 (diff) | |
download | ffmpeg-4e33bae9f971ae6ddc914ea5081aab1ea3f85b31.tar.gz |
avcodec/setts_bsf: add an option to set output time base
And a relevant constant to use it in expressions.
Signed-off-by: James Almer <jamrial@gmail.com>
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 991b4f69bc..063d61e2fc 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 59 #define LIBAVCODEC_VERSION_MINOR 21 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |