1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avformat/webvttdec,webvttenc: update documentation

The previous links lead to a 404 page as that page doesn't exist anymore.

Signed-off-by: Leon Grutters <gruttersleonbot2@gmail.com>
This commit is contained in:
Leon Grutters
2025-08-03 19:18:19 +02:00
committed by Marth64
parent cc6ad703b4
commit 586a1cd088
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
/**
* @file
* WebVTT subtitle demuxer
* @see http://dev.w3.org/html5/webvtt/
* @see https://www.w3.org/TR/webvtt1/
*/
#include "avformat.h"

View File

@ -21,7 +21,7 @@
/**
* @file
* WebVTT subtitle muxer
* @see http://dev.w3.org/html5/webvtt/
* @see https://www.w3.org/TR/webvtt1/
*/
#include "avformat.h"