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 streams, each containing 120 ms of audio encoded as 2.5 ms frames, each frame using the maximum possible number of octets (1275) and stored in the least efficient manner allowed (a VBR code 3 Opus packet). -Even in such a packet, most of the data will be zeros, as 2.5 ms frames, - which are required to run in the MDCT mode, cannot actually use all - 1275 octets. +Even in such a packet, most of the data will be zeros as 2.5 ms frames + cannot actually use all 1275 octets. The largest packet consisting of entirely useful data is (15,326*N - 2) octets, or about 15 kB per stream. This corresponds to 120 ms of audio encoded as 10 ms frames in either -- GitLab