PR #21139 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21139 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21139.patch
Fixes #21125 >From 9507695d0673ba1179c82d0d3b1dec5133895fc2 Mon Sep 17 00:00:00 2001 From: Gyan Doshi <[email protected]> Date: Tue, 9 Dec 2025 10:22:36 +0530 Subject: [PATCH] doc/htmlxref.cnf: add drawvg-reference Fixes #21125 --- doc/htmlxref.cnf | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 079c848a65..0552ab2a64 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -4,3 +4,4 @@ ffmpeg-formats mono ./ffmpeg-formats.html ffmpeg-resampler mono ./ffmpeg-resampler.html ffmpeg-scaler mono ./ffmpeg-scaler.html ffmpeg-utils mono ./ffmpeg-utils.html +drawvg-reference mono ./drawvg-reference.html -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
