From 33bba6d34d5a859f3153b9695e3a91bcaf6aac89 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 15 Nov 2006 06:17:14 +0000 Subject: [PATCH] minor comments --- include/FLAC/metadata.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h index b0a09d9b..f6baa70e 100644 --- a/include/FLAC/metadata.h +++ b/include/FLAC/metadata.h @@ -60,8 +60,9 @@ * This module provides functions for creating and manipulating FLAC * metadata blocks in memory, and three progressively more powerful * interfaces for traversing and editing metadata in native FLAC files. - * Note that this metadata interface currently does not support Ogg - * FLAC files. + * Note that currently only the Chain interface (level 2) supports Ogg + * FLAC files, and it is read-only i.e. no writing back changed + * metadata to file. * * There are three metadata interfaces of increasing complexity: * @@ -128,7 +129,7 @@ extern "C" { * \brief * The level 0 interface consists of individual routines to read the * 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. *