From bd1e5ffd1f0b8924e2544a16c0a079cf9820b42c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 30 Jul 2004 00:01:45 +0000 Subject: [PATCH] add explanation of new read callback --- include/OggFLAC/seekable_stream_encoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/OggFLAC/seekable_stream_encoder.h b/include/OggFLAC/seekable_stream_encoder.h index 6735ec63..55ed303e 100644 --- a/include/OggFLAC/seekable_stream_encoder.h +++ b/include/OggFLAC/seekable_stream_encoder.h @@ -61,7 +61,8 @@ extern "C" { * from the FLAC seekable stream encoder. * * The interface here is nearly identical to FLAC's seekable stream - * encoder, including the callback(@@@@@@new read callback and why@@@), with the addition of + * encoder, including the callbacks, with the addition of a new required + * read callback (needed when writing back STREAMINFO after encoding) and * OggFLAC__seekable_stream_encoder_set_serial_number(). See the * \link flac_seekable_stream_encoder FLAC seekable stream encoder module \endlink * for full documentation.