diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:50:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:50:44 +0200 |
commit | d17aaad6308150828bbae2c78ad789401753b22d (patch) | |
tree | 662008b99a0d0edfbd93b7f336501dd1c13abee2 | |
parent | fd0a1647f26a98f5265c837f6ba323374aab4520 (diff) | |
download | ffmpeg-d17aaad6308150828bbae2c78ad789401753b22d.tar.gz |
doc/filters/scale: mention and link scaler options
-rw-r--r-- | doc/filters.texi | 6 | ||||
-rw-r--r-- | doc/scaler.texi | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5f22331095..9e3fe5c3b8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6559,7 +6559,11 @@ the next filter, the scale filter will convert the input to the requested format. @subsection Options -The filter accepts the following options: +The filter accepts the following options, or any of the options +supported by the libswscale scaler. + +See @ref{scaler_options,,the ffmpeg-scaler manual,ffmpeg-scaler} for +the complete list of scaler options. @table @option @item width, w diff --git a/doc/scaler.texi b/doc/scaler.texi index 0c61f4177e..0921551a5a 100644 --- a/doc/scaler.texi +++ b/doc/scaler.texi @@ -1,3 +1,4 @@ +@anchor{scaler_options} @chapter Scaler Options @c man begin SCALER OPTIONS |