summaryrefslogtreecommitdiff
path: root/include/FLAC++/metadata.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-11-20 05:30:25 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-11-20 05:30:25 +0000
commit2378fb18889754f235e3e20d1f903d351e4b3a2d (patch)
treeb0a7badd41b0566acfa0469e368d0c0dd629da7a /include/FLAC++/metadata.h
parent8ebb95cda01b89299925dd840e900d6c8c289d16 (diff)
downloadflac-2378fb18889754f235e3e20d1f903d351e4b3a2d.tar.gz
minor comments
Diffstat (limited to 'include/FLAC++/metadata.h')
-rw-r--r--include/FLAC++/metadata.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h
index d26a92f0..f8bb640b 100644
--- a/include/FLAC++/metadata.h
+++ b/include/FLAC++/metadata.h
@@ -64,8 +64,10 @@
*
* The behavior closely mimics the C layer interface; be sure to read
* the detailed description of the
- * \link flac_metadata C metadata module \endlink. Note that the
- * metadata API currently does not support Ogg FLAC files.
+ * \link flac_metadata C metadata module \endlink. Note that like the
+ * C layer, 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.
*/