1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

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