X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fdesign%2Fvob.tex;h=1072d1edfed905fd87eb412ca12a8ef83ca0384b;hb=7ef122a5541e1f8801d4034e8f7c0bd13c1d0979;hp=08ef90af96f5deadb08121cc73c69d049511df82;hpb=1fdf6a2afc32c9e754686a7eeb7d775ce67f6613;p=dcpomatic.git 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}