diff options
author | Marth64 <marth64@proxyid.net> | 2024-04-02 00:24:56 -0500 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-02 20:09:05 +0200 |
commit | 58f04608c21b5f8c0db81ab4b0c65b147e98b5ea (patch) | |
tree | a10758fc01c5ea3451eb661c07f348caf06e214b | |
parent | 536f0239c0898707a82759260025f67ea151d175 (diff) | |
download | ffmpeg-58f04608c21b5f8c0db81ab4b0c65b147e98b5ea.tar.gz |
avformat/rcwtenc: remove repeated documentation
The high level summary of RCWT can be delegated doc/muxers, which
makes it easier to maintain and more consistent with the documentation
of the demuxer.
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r-- | libavformat/rcwtenc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c index ed613d45f5..270154b701 100644 --- a/libavformat/rcwtenc.c +++ b/libavformat/rcwtenc.c @@ -21,11 +21,6 @@ /* * RCWT (Raw Captions With Time) is a format native to ccextractor, a commonly * used open source tool for processing 608/708 Closed Captions (CC) sources. - * It can be used to archive the original, raw CC bitstream and to produce - * a source file for later CC processing or conversion. As a result, - * it also allows for interopability with ccextractor for processing CC data - * extracted via ffmpeg. The format is simple to parse and can be used - * to retain all lines and variants of CC. * * This muxer implements the specification as of March 2024, which has * been stable and unchanged since April 2014. |