Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Stefan Strogin
flac
Commits
d62eed4f
Commit
d62eed4f
authored
Sep 16, 2006
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor comments
parent
1d43e10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
include/FLAC/all.h
include/FLAC/all.h
+8
-8
No files found.
include/FLAC/all.h
View file @
d62eed4f
...
...
@@ -134,16 +134,16 @@
* It is easiest to just describe the dependencies:
*
* - All modules depend on the \link flac_format Format \endlink module.
* - The decoders and encoders
are independent of each oth
er.
* - The
metadata interface requires the file decoder.
*
- The
decoder
and encoder layers depend
o
n
the
layers below them, but
* not
above them; e.g. the seekable stream decoder depends on the stream
*
decoder but not the file
decoder
* - The decoders and encoders
depend on the bitbuff
er.
* - The
decoder is independent of the encoder. The encoder uses the
*
decoder
because
o
f
the
verify feature, but this can be removed if
* not
needed.
*
- The metadata interface requires the stream
decoder
.
*
* For example, if your application only requires the stream decoder, no
* encoder
s
, and no metadata interface, you can remove the s
eekable stream
*
decoder, file decoder, all encoders, and the metadata interface, which
*
will greatly reduce the size of the
library.
* encoder, and no metadata interface, you can remove the s
tream encoder
*
and the metadata interface, which will greatly reduce the size of the
* library.
*/
/** \defgroup porting Porting Guide for New Versions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment