Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2014-01-18 04:16:46 +0400
committerRalph Giles <giles@mozilla.com>2014-01-18 04:16:46 +0400
commitcf33d324404b8e11c32d789b34ee21fa16786ca8 (patch)
treef21370bc353f879652cd8996b7ee39b527ec1778
parent7c67888988b1e48bbcbd3190b9324407e319b0b5 (diff)
Use 'pre-skip' consistently with the hyphen.draft-ietf-codec-oggopus-02
-rw-r--r--doc/draft-ietf-codec-oggopus.xml4
1 files 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.</t>
frame.</t>
<t>Begin the second segment with a copy of the last frame of the first
segment.</t>
-<t>Set the preskip value of the second stream in such a way as to properly
+<t>Set the pre-skip value of the second stream in such a way as to properly
join the two streams.</t>
<t>Continue the encoding process normally from there, without any reset to
the encoder.</t>