From 67826e691516e9bbb468ab62737e81e5e2eeeedf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 27 Feb 2017 22:57:52 +0000 Subject: [PATCH] Add a note to the design docs. --- doc/design/decoder_structures.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/decoder_structures.tex b/doc/design/decoder_structures.tex index 594c66450..9b9be33cd 100644 --- a/doc/design/decoder_structures.tex +++ b/doc/design/decoder_structures.tex @@ -194,6 +194,10 @@ The diff between \texttt{back-to-pass} and \texttt{master} as at 21/2/2017 can b \texttt{Player} from different streams at different times. The \texttt{AudioMerger} just accepts data, mixes and spits it out again. +\item \texttt{AudioMerger} made aware of periods with no content to + allow referenced reels; adds a fair amount of complexity. Without + this the referenced reel gaps are silence-padded which confuses + things later on as our VF DCP gets audio data that it does not need. \item Obvious consumer changes: what was a loop over the playlist length and calls to \texttt{get()} is now calls to \texttt{pass()}. \item Maybe-seek stuff gone. -- 2.30.2