mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -55,11 +55,7 @@ extern "C" {
|
||||
* \ingroup flac
|
||||
*
|
||||
* \brief
|
||||
* This module describes the two decoder layers provided by libFLAC.
|
||||
*
|
||||
* libFLAC provides two ways of decoding FLAC streams. There is a @@@@@@frame decoder which decodes single frames at a time, and a stream decoder which decodes whole streams.
|
||||
*
|
||||
* @@@@@@TODO frame decoder
|
||||
* This module describes the decoder layers provided by libFLAC.
|
||||
*
|
||||
* The stream decoder can be used decode complete streams either from the
|
||||
* client via callbacks, or directly from a file, depending on how it is
|
||||
|
||||
@@ -56,11 +56,7 @@ extern "C" {
|
||||
* \ingroup flac
|
||||
*
|
||||
* \brief
|
||||
* This module describes the two encoder layers provided by libFLAC.
|
||||
*
|
||||
* libFLAC provides two ways of encoding FLAC streams. There is a @@@@@@frame encoder which encodes single frames at a time, and a stream encoder which encodes whole streams.
|
||||
*
|
||||
* @@@@@@TODO frame encoder
|
||||
* This module describes the encoder layers provided by libFLAC.
|
||||
*
|
||||
* The stream encoder can be used encode complete streams either to the
|
||||
* client via callbacks, or directly to a file, depending on how it is
|
||||
|
||||
Reference in New Issue
Block a user