summaryrefslogtreecommitdiffstats
path: root/libavcodec/webvttdec.c
diff options
context:
space:
mode:
authorLeon Grutters <[email protected]>2025-03-18 15:59:17 +0100
committerAndreas Rheinhardt <[email protected]>2025-03-20 09:52:24 +0100
commit76f09ab647d19d78d9e630a675396cde9aa729cb (patch)
treefbf3615f34a08211fbcdcb52602545bc951d8326 /libavcodec/webvttdec.c
parentb857bf942c265869d9fb91953ae68a95a978475a (diff)
avcodec/webvttdec: update documentation
The previous link lead to a 404 page as that page doesn't exist anymore. Signed-off-by: Leon Grutters <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavcodec/webvttdec.c')
-rw-r--r--libavcodec/webvttdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/webvttdec.c b/libavcodec/webvttdec.c
index 35bdbe805d..733fdee685 100644
--- a/libavcodec/webvttdec.c
+++ b/libavcodec/webvttdec.c
@@ -21,7 +21,7 @@
/**
* @file
* WebVTT subtitle decoder
- * @see http://dev.w3.org/html5/webvtt/
+ * @see https://www.w3.org/TR/webvtt1/
* @todo need to support extended markups and cue settings
*/