From: Carl Hetherington Date: Wed, 20 Nov 2013 23:00:52 +0000 (+0000) Subject: Bits. X-Git-Tag: v2.0.48~1129 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7ef122a5541e1f8801d4034e8f7c0bd13c1d0979 Bits. --- diff --git a/doc/design/vob.tex b/doc/design/vob.tex index 08ef90af9..1072d1edf 100644 --- a/doc/design/vob.tex +++ b/doc/design/vob.tex @@ -73,4 +73,14 @@ whatever it wanted in the back-end. It would either coalesce content or make the decoder handle multiple content; the former would preserve the \texttt{Piece} stuff. +\section{Attempt 1} + +An alternative might be to change \texttt{Piece} so that it can +represent multiple pieces of content, then give these to the decoder; i.e. + +\begin{itemize} +\item 1 \texttt{Content} $\to$ 1 file +\item 1 \texttt{Piece} $\to$ 1 \texttt{Decoder} $\to$ many \texttt{Content} +\end{itemize} + \end{document}