aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Grutters <gruttersleonbot2@gmail.com>2025-03-18 15:59:17 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-20 09:52:24 +0100
commit76f09ab647d19d78d9e630a675396cde9aa729cb (patch)
treefbf3615f34a08211fbcdcb52602545bc951d8326
parentb857bf942c265869d9fb91953ae68a95a978475a (diff)
downloadffmpeg-76f09ab647d19d78d9e630a675396cde9aa729cb.tar.gz
avcodec/webvttdec: update documentation
The previous link lead to a 404 page as that page doesn't exist anymore. Signed-off-by: Leon Grutters <gruttersleonbot2@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-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
*/