diff mbox series

[FFmpeg-devel,v9,3/5] avformat/rcwtenc: remove repeated documentation

Message ID 20240324022504.1419451-4-marth64@proxyid.net
State New
Headers show
Series RCWT Closed Captions demuxer (v9) | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Marth64 March 24, 2024, 2:25 a.m. UTC
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>
---
 libavformat/rcwtenc.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Stefano Sabatini March 26, 2024, 4:04 p.m. UTC | #1
On date Saturday 2024-03-23 21:25:02 -0500, Marth64 wrote:
> 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>
> ---
>  libavformat/rcwtenc.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c
> index f2459ef1d3..e06bc4b734 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.
> -- 
> 2.34.1

LGTM, thanks.
diff mbox series

Patch

diff --git a/libavformat/rcwtenc.c b/libavformat/rcwtenc.c
index f2459ef1d3..e06bc4b734 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.