diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-09-04 14:51:04 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-09-04 14:51:27 +0200 |
commit | 817846d0c3c69fa2586ba344ad1b79f3aa50fbf0 (patch) | |
tree | b947392c04be42f94c07253b965fc74ecf404aa0 /doc | |
parent | 5df993f3b129b6fe0a9ef6d16dc51a31bce81e13 (diff) | |
download | ffmpeg-817846d0c3c69fa2586ba344ad1b79f3aa50fbf0.tar.gz |
doc/filters: improve weave example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 00ec1ea038..3feed45742 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14150,7 +14150,7 @@ Set the frame as bottom-field-first. @itemize @item -Interlace video using @code{select} and @code{separatefields} filter: +Interlace video using @ref{select} and @ref{separatefields} filter: @example separatefields,select=eq(mod(n,4),0)+eq(mod(n,4),3),weave @end example |