From cf33d324404b8e11c32d789b34ee21fa16786ca8 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 17 Jan 2014 16:16:46 -0800 Subject: Use 'pre-skip' consistently with the hyphen. --- doc/draft-ietf-codec-oggopus.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml index 0a79693a..b7e1f0cd 100644 --- a/doc/draft-ietf-codec-oggopus.xml +++ b/doc/draft-ietf-codec-oggopus.xml @@ -1245,7 +1245,7 @@ To achieve good quality in the very first samples of a stream, the Ogg encoder the beginning to avoid the Opus encoder having to encode a discontinuous signal. For an input file containing 'length' samples, the Ogg encoder SHOULD set the - preskip header value to delay_samples+extra_samples, encode at least + pre-skip header value to delay_samples+extra_samples, encode at least length+delay_samples+extra_samples samples, and set the granulepos of the last page to length+delay_samples+extra_samples. This ensures that the encoded file has the same duration as the original, with @@ -1305,7 +1305,7 @@ De-emphasis is allowed. frame. Begin the second segment with a copy of the last frame of the first segment. -Set the preskip value of the second stream in such a way as to properly +Set the pre-skip value of the second stream in such a way as to properly join the two streams. Continue the encoding process normally from there, without any reset to the encoder. -- cgit v1.2.3