diff options
author | Leon Grutters <[email protected]> | 2025-03-18 15:59:17 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2025-03-20 09:52:24 +0100 |
commit | 76f09ab647d19d78d9e630a675396cde9aa729cb (patch) | |
tree | fbf3615f34a08211fbcdcb52602545bc951d8326 /libavcodec/webvttdec.c | |
parent | b857bf942c265869d9fb91953ae68a95a978475a (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.c | 2 |
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 */ |