From 7ad2f439931ee425c0f342d880ff26ade439ddd3 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Thu, 10 Jan 2013 14:15:41 -0800
Subject: [PATCH] Trim an irrelevant clause.

This is true, but not important to understanding the limitation.
---
 doc/draft-ietf-codec-oggopus.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/draft-ietf-codec-oggopus.xml b/doc/draft-ietf-codec-oggopus.xml
index 758d6b38a..51241b744 100644
--- a/doc/draft-ietf-codec-oggopus.xml
+++ b/doc/draft-ietf-codec-oggopus.xml
@@ -972,9 +972,8 @@ This is of course a very extreme packet, consisting of 255&nbsp;streams, each
  containing 120&nbsp;ms of audio encoded as 2.5&nbsp;ms frames, each frame
  using the maximum possible number of octets (1275) and stored in the least
  efficient manner allowed (a VBR code&nbsp;3 Opus packet).
-Even in such a packet, most of the data will be zeros, as 2.5&nbsp;ms frames,
- which are required to run in the MDCT mode, cannot actually use all
- 1275&nbsp;octets.
+Even in such a packet, most of the data will be zeros as 2.5&nbsp;ms frames
+ cannot actually use all 1275&nbsp;octets.
 The largest packet consisting of entirely useful data is
  (15,326*N&nbsp;-&nbsp;2) octets, or about 15&nbsp;kB per stream.
 This corresponds to 120&nbsp;ms of audio encoded as 10&nbsp;ms frames in either
-- 
GitLab