diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 23:00:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 23:00:52 +0000 |
| commit | 7ef122a5541e1f8801d4034e8f7c0bd13c1d0979 (patch) | |
| tree | 665b7e032eaf08c8180606bab6d271092616dcdd | |
| parent | 1fdf6a2afc32c9e754686a7eeb7d775ce67f6613 (diff) | |
Bits.
| -rw-r--r-- | doc/design/vob.tex | 10 |
1 files changed, 10 insertions, 0 deletions
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} |
