summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-09-13 01:42:27 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-09-13 01:42:27 +0000
commit6b21f66784e1bcbe075b405668712e85eac39414 (patch)
treecd1dcbb7cfd5041532ff7ba73b907c7e3af6a80d /README
parent461f3eb260107f60c4d7da1774075d09e5374d14 (diff)
downloadflac-6b21f66784e1bcbe075b405668712e85eac39414.tar.gz
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 1f9c72a3..d3438c40 100644
--- a/README
+++ b/README
@@ -241,17 +241,18 @@ configure.in and src/libFLAC/Makefile.am; the following dependency
graph shows which modules may be pruned without breaking things
further down:
-file_encoder.h
- stream_encoder.h
- format.h
+stream_encoder.h
+ stream_decoder.h
+ format.h
-file_decoder.h
- seekable_stream_decoder.h
- stream_decoder.h
- format.h
+stream_decoder.h
+ format.h
metadata.h
format.h
+In other words, for pure decoding applications, both the stream encoder
+and metadata editing interfaces can be safely removed.
+
There is a section dedicated to embedded use in the libFLAC API
HTML documentation (see doc/html/api/index.html).