diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-04-13 14:35:19 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-04-25 08:37:42 +0200 |
commit | 3547915798058f7d2320575729338c744aede1f4 (patch) | |
tree | 806da2133b82a33ee8fbe074d76929b071d07a84 /DOCS | |
parent | ca320f6e690b35e742f3a25797ac9451fe39dfd5 (diff) | |
download | mpv-3547915798058f7d2320575729338c744aede1f4.tar.bz2 mpv-3547915798058f7d2320575729338c744aede1f4.tar.xz |
af.rst: fix replaygain-track description
libav now supports reading ReplayGain values from LAME's Info/XING tag as well.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/af.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst index 81e0d8cfef..b33178ec59 100644 --- a/DOCS/man/en/af.rst +++ b/DOCS/man/en/af.rst @@ -281,8 +281,7 @@ Available filters are: gain of 1000 (default: 0). ``replaygain-track`` Adjust volume gain according to the track-gain replaygain value stored - in the file metadata. Note that this only supports reading REPLAYGAIN_* - tags, as written by mp3gain, metaflac, etc... + in the file metadata. ``replaygain-album`` Like replaygain-track, but using the album-gain value instead. ``replaygain-preamp`` |