From 0946c0ec177dc48ef0677f890aa42d95e667c417 Mon Sep 17 00:00:00 2001 From: Jon Morley Date: Thu, 31 May 2018 02:45:07 -0700 Subject: avdevice/decklink_dec: capture timecode to metadata when requested If the user provides a valid timecode_format look for timecode of that format in the capture and if found store it on the video avstream's metadata. Slightly modified by Marton Balint to capture per-frame timecode as well. Signed-off-by: Marton Balint --- libavdevice/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/version.h') diff --git a/libavdevice/version.h b/libavdevice/version.h index 38d3d6ac78..9904149288 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 58 #define LIBAVDEVICE_VERSION_MINOR 4 -#define LIBAVDEVICE_VERSION_MICRO 100 +#define LIBAVDEVICE_VERSION_MICRO 101 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ -- cgit v1.2.3