diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-03-02 18:05:58 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2017-03-02 18:05:58 +0100 |
commit | d1bfd19ad196b33d6fde07dbb9060946368ec2c1 (patch) | |
tree | 2537d5c97312a08e8e82582f981e57b391e0037f /doc | |
parent | a63496cc882428aefafc85d2f60e0908b020bffe (diff) | |
download | ffmpeg-d1bfd19ad196b33d6fde07dbb9060946368ec2c1.tar.gz |
doc: Link to "Resampler Options" in the aresample documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3b444c7667..b5265d9297 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1413,7 +1413,9 @@ The filter accepts the syntax [@var{sample_rate}:]@var{resampler_options}, where @var{sample_rate} expresses a sample rate and @var{resampler_options} is a list of @var{key}=@var{value} pairs, separated by ":". See the -ffmpeg-resampler manual for the complete list of supported options. +@ref{Resampler Options,,the "Resampler Options" section in the +ffmpeg-resampler(1) manual,ffmpeg-resampler} +for the complete list of supported options. @subsection Examples |