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>2013-05-24 20:29:16 +0400
committerRalph Giles <giles@mozilla.com>2013-05-24 20:29:16 +0400
commit5b6fe646922fb6158e8cda654782b66f75f75e4d (patch)
tree7fb20c094e597a76c91a8b7d7840611ccbaca7d8
parent2ad6eafcda3945c7c48f6d4001402346c5dc8205 (diff)
Remove an unnecessary comma.
-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 07bf7cb1..d0a1781d 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -1151,7 +1151,7 @@ To achieve good quality in the very first samples of a stream, the Ogg encoder
MAY use LPC extrapolation to generate at least 120 extra samples
(extra_samples) at 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
+For an input file containing length samples, the Ogg encoder SHOULD set the
preskip header flag to samples_delay+extra_samples, encode at least
length+samples_delay+extra_samples samples, and set the granulepos of the last
page to length+samples_delay+extra_samples.