From: Carl Hetherington Date: Mon, 27 Feb 2017 22:57:52 +0000 (+0000) Subject: Add a note to the design docs. X-Git-Tag: v2.11.1~84 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=67826e691516e9bbb468ab62737e81e5e2eeeedf Add a note to the design docs. --- 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.