From 3c3f1b7ff27c13b817a7a94ef7605e06c93e4ff2 Mon Sep 17 00:00:00 2001 From: Jurgen Kramer Date: Sat, 28 Apr 2012 15:40:38 +0200 Subject: 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 --- doc/user.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index cd36528d..46d9c11c 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -782,7 +782,7 @@ systemctl start mpd.socket <varname>dsdiff</varname> - Decodes DFF files containing DSDIFF data (e.g. SACD rips). + Decodes DFF and DSF files containing DSDIFF data (e.g. SACD rips). -- cgit v1.2.3