mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -60,8 +60,9 @@
|
|||||||
* This module provides functions for creating and manipulating FLAC
|
* This module provides functions for creating and manipulating FLAC
|
||||||
* metadata blocks in memory, and three progressively more powerful
|
* metadata blocks in memory, and three progressively more powerful
|
||||||
* interfaces for traversing and editing metadata in native FLAC files.
|
* interfaces for traversing and editing metadata in native FLAC files.
|
||||||
* Note that this metadata interface currently does not support Ogg
|
* Note that currently only the Chain interface (level 2) supports Ogg
|
||||||
* FLAC files.
|
* FLAC files, and it is read-only i.e. no writing back changed
|
||||||
|
* metadata to file.
|
||||||
*
|
*
|
||||||
* There are three metadata interfaces of increasing complexity:
|
* There are three metadata interfaces of increasing complexity:
|
||||||
*
|
*
|
||||||
@@ -128,7 +129,7 @@ extern "C" {
|
|||||||
* \brief
|
* \brief
|
||||||
* The level 0 interface consists of individual routines to read the
|
* The level 0 interface consists of individual routines to read the
|
||||||
* STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring
|
* STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring
|
||||||
* only a filename.
|
* only a filename.
|
||||||
*
|
*
|
||||||
* They try to skip any ID3v2 tag at the head of the file.
|
* They try to skip any ID3v2 tag at the head of the file.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user