From 2872507572cd777db9928100af981a783dbe9fb6 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Mon, 6 Nov 2006 12:43:20 +0000 Subject: [PATCH] Colin Perkins' suggestion: Clarify that an RTP packet can contain just one kind of vorbis payload svn path=/trunk/vorbis/; revision=12038 --- doc/draft-ietf-avt-rtp-vorbis-01.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/draft-ietf-avt-rtp-vorbis-01.xml b/doc/draft-ietf-avt-rtp-vorbis-01.xml index 58c83af..31de946 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-01.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-01.xml @@ -78,7 +78,7 @@ in this document are to be interpreted as described in RFC 2119 -For RTP based transport of Vorbis encoded audio the standard RTP header is followed by a 4 octets payload header, then the payload data. The payload headers are used to associate the Vorbis data with its associated decoding codebooks as well as indicating if the following packet contains fragmented Vorbis data and/or the number of whole Vorbis data frames. The payload data contains the raw Vorbis bitstream information. +For RTP based transport of Vorbis encoded audio the standard RTP header is followed by a 4 octets payload header, then the payload data. The payload headers are used to associate the Vorbis data with its associated decoding codebooks as well as indicating if the following packet contains fragmented Vorbis data and/or the number of whole Vorbis data frames. The payload data contains the raw Vorbis bitstream information. There are 3 types of Vorbis payload data, an RTP packet MUST contain just one of them at time.
-- 2.7.4