From f3f280284412e7092dc3f547c089d27fa90b39f0 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 3 Aug 2017 15:06:12 +0200 Subject: [PATCH] Added minKeepAway support to DTSC::Track object, senders and parsers --- lib/dtsc.h | 1 + lib/dtscmeta.cpp | 27 +++++++++++++++++++++++++++ src/output/output.cpp | 12 ++++++------ 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/lib/dtsc.h b/lib/dtsc.h index d557c34b..6f5f7317 100644 --- a/lib/dtsc.h +++ b/lib/dtsc.h @@ -297,6 +297,7 @@ namespace DTSC { std::string codec; std::string type; std::string lang;///< ISO 639-2 Language of track, empty or und if unknown. + uint32_t minKeepAway;///