From c97b568d88b90beac4be1cfe362195c92159b9b8 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Mon, 6 Nov 2006 12:47:45 +0000 Subject: [PATCH] Colin Perkins' suggestion: specify bigendian and units when missing (Ident and length) svn path=/trunk/vorbis/; revision=12039 --- doc/draft-ietf-avt-rtp-vorbis-01.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/draft-ietf-avt-rtp-vorbis-01.xml b/doc/draft-ietf-avt-rtp-vorbis-01.xml index 31de946..96870de 100644 --- a/doc/draft-ietf-avt-rtp-vorbis-01.xml +++ b/doc/draft-ietf-avt-rtp-vorbis-01.xml @@ -188,7 +188,7 @@ The 4 octets following the RTP Header section are the Payload Header. This head Ident: 24 bits -This 24 bit field is used to associate the Vorbis data to a decoding Configuration. +This 24 bit field is used to associate the Vorbis data to a decoding Configuration. It is stored as network byte order integer. @@ -243,7 +243,7 @@ Raw Vorbis packets are currently unbounded in length, application profiles will -Each Vorbis payload packet starts with a two octet length header, which is used to represent the size of the following data payload, followed by the raw Vorbis data padded to the nearest byte boundary. +Each Vorbis payload packet starts with a two octet length header, which is used to represent the size in bytes of the following data payload, followed by the raw Vorbis data padded to the nearest byte boundary. The length value is stored as network byte order integer. -- 2.7.4