Message ID | 20240103223325.1201348-1-marth64@proxyid.net |
---|---|
State | Accepted |
Commit | 375c5de0050375216b4cd91d10be908ba3c45eb2 |
Headers | show |
Series | [FFmpeg-devel] doc/filters: fix minterpolate vsbmc option typos | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/doc/filters.texi b/doc/filters.texi index 6d00ba2c3f..215cb966ce 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17887,7 +17887,7 @@ Macroblock size. Default @code{16}. Motion estimation search parameter. Default @code{32}. @item vsbmc -Enable variable-size block motion compensation. Motion estimation is applied with smaller block sizes at object boundaries in order to make the them less blur. Default is @code{0} (disabled). +Enable variable-size block motion compensation. Motion estimation is applied with smaller block sizes at object boundaries in order to make them less blurry. Default is @code{0} (disabled). @end table @end table
Signed-off-by: Marth64 <marth64@proxyid.net> --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)