diff options
author | James Almer <jamrial@gmail.com> | 2023-09-27 19:51:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-09-27 20:39:08 -0300 |
commit | b643af4acb471c3cb09b02afcc511498c9674347 (patch) | |
tree | c624266ecea60df3299650d9f0f228978891e858 | |
parent | 89c99291444eddf5ed37221d2c6e245c92cc20ef (diff) | |
download | ffmpeg-b643af4acb471c3cb09b02afcc511498c9674347.tar.gz |
doc/filters: add missing anchors
Fixes build failures introduced in 7f685d0f49.
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c25450cf6c..a729a08dce 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16837,6 +16837,7 @@ ffmpeg -init_hw_device vulkan -hwaccel vaapi -hwaccel_output_format vaapi ... -v @end example @end itemize +@anchor{libvmaf} @section libvmaf Calulate the VMAF (Video Multi-Method Assessment Fusion) score for a @@ -20895,6 +20896,7 @@ If the specified expression is not valid, it is kept at its current value. @end table +@anchor{scale_cuda} @section scale_cuda Scale (resize) and convert (pixel format) the input video, using accelerated CUDA kernels. |