From 7a1fb6f949dfca7597bbef5eaef19a347cfef1eb Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 28 Sep 2004 06:21:08 +0000 Subject: additional verbosity on ogg_stream_packetout() svn path=/trunk/ogg/; revision=7889 --- doc/ogg/ogg_stream_packetout.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/ogg/ogg_stream_packetout.html b/doc/ogg/ogg_stream_packetout.html index d879339..bc57e85 100644 --- a/doc/ogg/ogg_stream_packetout.html +++ b/doc/ogg/ogg_stream_packetout.html @@ -17,8 +17,8 @@

declared in "ogg/ogg.h";

-

This function assembles a raw data packet for output to the codec decoding engine. The data is already in the stream and broken into packet segments.

-

In a typical decoding situation, this should be used after calling ogg_stream_pagein() to submit a page of data to the bitstream.

+

This function assembles a raw data packet for output to the codec decoding engine. The data is already in the stream and broken into packet segments. Each successive call returns the next complete packet built from those segments.

+

In a typical decoding situation, this should be used after calling ogg_stream_pagein() to submit a page of data to the bitstream. If the function returns 0, more data is needed and another page should be submitted. A non-zero return value indicates successful return of a packet.



@@ -46,9 +46,9 @@ function is called.

Return Values

@@ -58,7 +58,7 @@ function is called.
- + -- cgit v1.2.1

copyright © 2000 xiph.org

copyright © 2004 xiph.org

Ogg Vorbis
team@xiph.org

libogg documentation