From 817846d0c3c69fa2586ba344ad1b79f3aa50fbf0 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 4 Sep 2016 14:51:04 +0200 Subject: [PATCH] doc/filters: improve weave example --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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