diff options
author | Jurgen Kramer <gtmkramer@xs4all.nl> | 2012-04-28 15:40:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-05-02 08:47:02 +0200 |
commit | 3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2 (patch) | |
tree | 405bd1f600b5feaa1e262fe8b634ea1512ce27c7 /doc | |
parent | 57d89131e93eb7d062523dff63247e605ae4894b (diff) | |
download | mpd-3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2.tar.gz mpd-3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2.tar.xz mpd-3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2.zip |
Add support for DSF files to DSDIFF decoder - v4
Version 4 of my patch to add DSF support to the DSDIFF
decoder plugin.
This time I have taken a different approach and created a new
read_metadata function specific for reading DSF files. This saves an
indent (and for me a lot of indent nightmares) and also useful for
splitting the DSF and DFF decoders later on.
There are still a few lines which exceed the 80 character width limit by
a few chars. I was not able to stay within the limit and create (for me)
readable code.
Jurgen
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.xml b/doc/user.xml index cd36528d5..46d9c11cd 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -782,7 +782,7 @@ systemctl start mpd.socket</programlisting> <title><varname>dsdiff</varname></title> <para> - Decodes DFF files containing DSDIFF data (e.g. SACD rips). + Decodes DFF and DSF files containing DSDIFF data (e.g. SACD rips). </para> <informaltable> |