diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-27 11:40:05 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-27 11:45:31 +0100 |
commit | 021dc4f1073ae4d77f49e181c22c3d2e79e98cd2 (patch) | |
tree | db75743136ea08233655e40a02d49bf433f484f9 | |
parent | 149bfc2445d5cbc8bb8a0d7f058f18a363770a8c (diff) | |
download | ffmpeg-021dc4f1073ae4d77f49e181c22c3d2e79e98cd2.tar.gz |
doc/filters: mention that shear filter supports commands
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ebe56ae5d5..8b448a30cc 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17850,6 +17850,10 @@ Default value is "black". Set interpolation type. Can be @code{bilinear} or @code{nearest}. Default is @code{bilinear}. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section showinfo Show a line containing various information for each input video frame. |