[FFmpeg-cvslog] doc/filters: improve weave example

Paul B Mahol git at videolan.org
Sun Sep 4 15:52:55 EEST 2016


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Sep  4 14:51:04 2016 +0200| [817846d0c3c69fa2586ba344ad1b79f3aa50fbf0] | committer: Paul B Mahol

doc/filters: improve weave example

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=817846d0c3c69fa2586ba344ad1b79f3aa50fbf0
---

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 00ec1ea..3feed45 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



More information about the ffmpeg-cvslog mailing list