[FFmpeg-devel] [PATCH v3] libavformat: add RCWT closed caption muxer
Stefano Sabatini
stefasab at gmail.com
Sun Jan 14 16:16:51 EET 2024
On date Sunday 2024-01-07 16:24:07 +0100, Stefano Sabatini wrote:
> On date Sunday 2024-01-07 09:07:01 -0600, Marth64 wrote:
> > Thanks, long night. Should come together nicer now.
> >
> > Signed-off-by: Marth64 <marth64 at proxyid.net>
> > ---
> > Changelog | 1 +
> > doc/muxers.texi | 22 +++++
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/rcwtenc.c | 202 +++++++++++++++++++++++++++++++++++++++
> > tests/fate/subtitles.mak | 3 +
> > tests/ref/fate/sub-rcwt | 1 +
> > 7 files changed, 231 insertions(+)
> > create mode 100644 libavformat/rcwtenc.c
> > create mode 100644 tests/ref/fate/sub-rcwt
>
> LGTM, I'll wait a few days to see if there are more comments before
> pushing (if I forget please ping).
Applied, thanks.
(BTW for the future when updating a patch, generate the patch with git
format-patch and attach it to the email, in order to avoid manual
editing on the committer side).
More information about the ffmpeg-devel
mailing list