Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
45f26d10
Commit
45f26d10
authored
Sep 23, 2003
by
Josh Coalson
Browse files
minor comments
parent
a2082728
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/FLAC/stream_decoder.h
View file @
45f26d10
...
...
@@ -677,7 +677,7 @@ FLAC_API unsigned FLAC__stream_decoder_get_blocksize(const FLAC__StreamDecoder *
* \assert
* \code decoder != NULL \endcode
* \retval FLAC__StreamDecoderState
* \c FLAC__STREAM_DECODER_SEARCH_FOR_ME
A
TADATA if initialization was
* \c FLAC__STREAM_DECODER_SEARCH_FOR_METADATA if initialization was
* successful; see FLAC__StreamDecoderState for the meanings of other
* return values.
*/
...
...
include/OggFLAC/seekable_stream_decoder.h
View file @
45f26d10
...
...
@@ -123,7 +123,7 @@ typedef struct {
struct
OggFLAC__SeekableStreamDecoderPrivate
*
private_
;
/* avoid the C++ keyword 'private' */
}
OggFLAC__SeekableStreamDecoder
;
/*@@@ document */
/*@@@
@
document */
typedef
FLAC__SeekableStreamDecoderReadStatus
(
*
OggFLAC__SeekableStreamDecoderReadCallback
)(
const
OggFLAC__SeekableStreamDecoder
*
decoder
,
FLAC__byte
buffer
[],
unsigned
*
bytes
,
void
*
client_data
);
typedef
FLAC__SeekableStreamDecoderSeekStatus
(
*
OggFLAC__SeekableStreamDecoderSeekCallback
)(
const
OggFLAC__SeekableStreamDecoder
*
decoder
,
FLAC__uint64
absolute_byte_offset
,
void
*
client_data
);
typedef
FLAC__SeekableStreamDecoderTellStatus
(
*
OggFLAC__SeekableStreamDecoderTellCallback
)(
const
OggFLAC__SeekableStreamDecoder
*
decoder
,
FLAC__uint64
*
absolute_byte_offset
,
void
*
client_data
);
...
...
@@ -165,7 +165,7 @@ OggFLAC_API void OggFLAC__seekable_stream_decoder_delete(OggFLAC__SeekableStream
*
***********************************************************************/
/*@@@inherit set_serial_number*/
/*@@@
@
inherit set_serial_number*/
/** Set the "MD5 signature checking" flag.
* This is inherited from FLAC__SeekableStreamDecoder; see
...
...
include/OggFLAC/stream_decoder.h
View file @
45f26d10
...
...
@@ -69,7 +69,7 @@ extern "C" {
* This module contains the functions which implement the stream
* decoder.
*
* The interface here is identical to FLAC's stream decoder,
* The interface here is
nearly
identical to FLAC's stream decoder,
* including the callbacks, with the addition of
* OggFLAC__stream_decoder_set_serial_number(). See the
* \link flac_stream_decoder FLAC stream decoder module \endlink
...
...
@@ -317,7 +317,7 @@ OggFLAC_API FLAC__bool OggFLAC__stream_decoder_set_client_data(OggFLAC__StreamDe
/** Set the serial number for the Ogg stream.
* The default behavior is to use the serial number of the first Ogg
* page. Setting a serial number here will explicitly
define
which
* page. Setting a serial number here will explicitly
specify
which
* stream is to be decoded.
*
* \default \c use serial number of first page
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment