doc/filters: improve weave example

This commit is contained in:
Paul B Mahol 2016-09-04 14:51:04 +02:00
parent 5df993f3b1
commit 817846d0c3
1 changed files with 1 additions and 1 deletions

View File

@ -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