From b643af4acb471c3cb09b02afcc511498c9674347 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 27 Sep 2023 19:51:52 -0300 Subject: [PATCH] doc/filters: add missing anchors Fixes build failures introduced in 7f685d0f49. Reviewed-by: Marton Balint Signed-off-by: James Almer --- doc/filters.texi | 2 ++ 1 file changed, 2 insertions(+) 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.