diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:43:33 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:43:33 +0200 |
commit | fd0a1647f26a98f5265c837f6ba323374aab4520 (patch) | |
tree | 84ddcfa76405bc0f97c1cab47248490c49ca5596 /doc | |
parent | 31b6300f4d71c1dca74578b15950dbaab7380a2a (diff) | |
download | ffmpeg-fd0a1647f26a98f5265c837f6ba323374aab4520.tar.gz |
doc/filters/scale: fix MAN rendering of @ref arguments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5bc4ce5a22..5f22331095 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6597,7 +6597,8 @@ Default value is @samp{0}. @item flags Set libswscale scaling flags. If not explictly specified the filter applies a bilinear scaling algorithm. -See the @ref{sws_flags,,,ffmpeg-scaler.texi} for the values. +See @ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for +the complete list of values. @item size, s Set the video size, the value must be a valid abbreviation or in the |