Add a note to the design docs.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Feb 2017 22:57:52 +0000 (22:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
doc/design/decoder_structures.tex

index 594c6645023b2b1a46afbed84345f35073bd3b4f..9b9be33cdd4ea0e6e552b8241a8770c623b15db4 100644 (file)
@@ -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.