diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-25 13:22:46 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-02-25 13:23:52 +0100 |
commit | 03af008e21ca91d54b53424e70e12e3688caef7c (patch) | |
tree | a8d45f4bd56fa82b6e59244c30e33dfcb6c5d722 /doc | |
parent | 7ecef5ed514e7068a843795bad64a5de5cd78b17 (diff) | |
download | ffmpeg-03af008e21ca91d54b53424e70e12e3688caef7c.tar.gz |
doc/filters: Fix idet option name "rep_thres".
Reported by forum user vovcheck.
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 344e14083c..d15e4dd530 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8163,7 +8163,7 @@ The filter accepts the following options: Set interlacing threshold. @item prog_thres Set progressive threshold. -@item repeat_thres +@item rep_thres Threshold for repeated field detection. @item half_life Number of frames after which a given frame's contribution to the |