Bits.
[dcpomatic.git] / doc / design / vob.tex
index 08ef90af96f5deadb08121cc73c69d049511df82..1072d1edfed905fd87eb412ca12a8ef83ca0384b 100644 (file)
@@ -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}