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:15 +0400
committerRalph Giles <giles@mozilla.com>2014-01-18 04:16:15 +0400
commit7c67888988b1e48bbcbd3190b9324407e319b0b5 (patch)
tree5cb52fc3803b5da1d120773c08fe6fefbcbe2305
parentce72229e337089aa4825271d1b6d609fa738223b (diff)
Missed another 'preskip flag'.
-rw-r--r--doc/draft-ietf-codec-oggopus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index a827f660..0a79693a 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 flag to delay_samples+extra_samples, encode at least
+ preskip 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