diff mbox series

[FFmpeg-devel] doc/filters: add missing anchors

Message ID 20230927225159.2305-1-jamrial@gmail.com
State Accepted
Commit b643af4acb471c3cb09b02afcc511498c9674347
Headers show
Series [FFmpeg-devel] doc/filters: add missing anchors | expand

Checks

Context Check Description
andriy/make_fate_x86 success Make fate finished
andriy/make_x86 warning New warnings during build

Commit Message

James Almer Sept. 27, 2023, 10:51 p.m. UTC
Fixes build failures introduced in 7f685d0f49.

Signed-off-by: James Almer <jamrial@gmail.com>
---
 doc/filters.texi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marton Balint Sept. 27, 2023, 10:58 p.m. UTC | #1
On Wed, 27 Sep 2023, James Almer wrote:

> Fixes build failures introduced in 7f685d0f49.
>
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
> doc/filters.texi | 2 ++
> 1 file changed, 2 insertions(+)

LGTM, thanks.

Marton

>
> 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.
> -- 
> 2.42.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
James Almer Sept. 27, 2023, 11:43 p.m. UTC | #2
On 9/27/2023 7:58 PM, Marton Balint wrote:
> 
> 
> On Wed, 27 Sep 2023, James Almer wrote:
> 
>> Fixes build failures introduced in 7f685d0f49.
>>
>> Signed-off-by: James Almer <jamrial@gmail.com>
>> ---
>> doc/filters.texi | 2 ++
>> 1 file changed, 2 insertions(+)
> 
> LGTM, thanks.
> 
> Marton

Applied.
diff mbox series

Patch

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.