diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-05-10 12:14:48 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-10 12:55:22 +0200 |
commit | dc1d4a8ece2ea3aa592ca1e38fad6e7a3562c4e7 (patch) | |
tree | b3646ccf72dc4a45f1d30f92692bddf113b67c76 /doc | |
parent | 5e7042fa31c59e99969ad580d45e588d54d1f1e3 (diff) | |
download | ffmpeg-dc1d4a8ece2ea3aa592ca1e38fad6e7a3562c4e7.tar.gz |
avfilter/src_avsynctest: add support for commands
Diffstat (limited to 'doc')
-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 9fae135ec4..206fb23785 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -31253,6 +31253,10 @@ Set stream output duration. By default duration is unlimited. Set foreground/background/additional color. @end table +@subsection Commands + +This source supports the some above options as @ref{commands}. + @anchor{movie} @section movie |