From 9ed3139a76f055473083167e95c59afd54360bd0 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 14 Feb 2022 11:09:17 -0300 Subject: avcodec/setts_bsf: add NEXT_PTS/DTS expression constants They correspond to the relevant fields from the packet that follows the one where the expressions are being applied. Signed-off-by: James Almer --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/version.h') diff --git a/libavcodec/version.h b/libavcodec/version.h index d900503954..bff9745669 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 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ -- cgit v1.2.3