diff options
author | Max Kellermann <max@musicpd.org> | 2020-08-14 13:01:37 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-08-14 13:01:37 +0200 |
commit | 2bcd8516ea0de924c782ff715a7c058889e73850 (patch) | |
tree | 0ba53ffc74a7d4ab2e3bfd73b12e6cc44ac022ce /doc | |
parent | f1487c30bf49edb5ad8af6a456c3fa7d18c4e9e8 (diff) | |
parent | 5c3301f9a382b9c4a526d070f7fa4387c347b0ab (diff) |
Merge branch 'use-ref-for-ffmpeg-decoder' of git://github.com/naglis/MPD
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index d6cf3f1e5..2f63660df 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -350,6 +350,8 @@ faad Decodes AAC files using libfaad. +.. _decoder_ffmpeg: + ffmpeg ------ @@ -430,8 +432,7 @@ hybrid_dsd is an MP4 container file (:file:`*.m4a`) which contains both ALAC and DSD data. It is disabled by default, and works only if you explicitly enable it. Without this plugin, the ALAC parts gets handled by the -`FFmpeg decoder plugin -<https://www.musicpd.org/doc/user/decoder_plugins.html#ffmpeg_decoder>`_. This +:ref:`FFmpeg decoder plugin <decoder_ffmpeg>`. This plugin should be enabled only if you have a bit-perfect playback path to a DSD-capable DAC; for everybody else, playing back the ALAC copy of the file is better. |