From 761466ea447cd59c5ac3c35d6cd1f06aa77ad191 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Fri, 10 Oct 2014 15:27:37 +0000 Subject: [PATCH] Fix some typos in the spec. Thanks to stefan for the report. Fixes #2060. svn path=/trunk/vorbis/; revision=19231 --- doc/04-codec.tex | 2 +- doc/10-tables.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-codec.tex b/doc/04-codec.tex index 5d69fa2..7edaebb 100644 --- a/doc/04-codec.tex +++ b/doc/04-codec.tex @@ -590,7 +590,7 @@ attention however to returning the correct data range; the amount of data to be returned is: \begin{programlisting} -window\_blocksize(previous\_window)/4+window\_blocksize(current\_window)/4 +window_blocksize(previous_window)/4+window_blocksize(current_window)/4 \end{programlisting} from the center (element windowsize/2) of the previous window to the diff --git a/doc/10-tables.tex b/doc/10-tables.tex index a65088b..b91d449 100644 --- a/doc/10-tables.tex +++ b/doc/10-tables.tex @@ -6,7 +6,7 @@ \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table} The vector \varname{[floor1\_inverse\_dB\_table]} is a 256 element static -lookup table consiting of the following values (read left to right +lookup table consisting of the following values (read left to right then top to bottom): \begin{Verbatim} -- 2.7.4