[FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle encoders to frame-based API

Soft Works softworkz at hotmail.com
Sat Jan 15 10:03:56 EET 2022



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of Michael
> Niedermayer
> Sent: Friday, January 14, 2022 6:22 PM
> To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle
> encoders to frame-based API
> 
> On Fri, Jan 14, 2022 at 01:13:15AM +0000, ffmpegagent wrote:
> > From: softworkz <softworkz at hotmail.com>
> >
> > and provide a compatibility shim for the legacy api
> >
> > Signed-off-by: softworkz <softworkz at hotmail.com>
> > ---
> >  libavcodec/assenc.c        | 189 ++++++++++++++++++++++++++++++-------
> >  libavcodec/avcodec.h       |   5 +-
> >  libavcodec/dvbsubenc.c     |  96 ++++++++++---------
> >  libavcodec/dvdsubenc.c     | 102 ++++++++++++--------
> >  libavcodec/encode.c        |  57 ++++++++++-
> >  libavcodec/movtextenc.c    | 114 ++++++++++++++++------
> >  libavcodec/srtenc.c        | 108 ++++++++++++++-------
> >  libavcodec/tests/avcodec.c |   2 -
> >  libavcodec/ttmlenc.c       | 101 +++++++++++++++-----
> >  libavcodec/webvttenc.c     |  86 ++++++++++++-----
> >  libavcodec/xsubenc.c       |  88 ++++++++++-------
> >  11 files changed, 685 insertions(+), 263 deletions(-)
> 
> is this supposed to pass make fate without the later patches ?

Yea, I've seen it on Patchwork. I forgot to check the individual 
commits. They need some reordering.

Thanks,
softworkz


More information about the ffmpeg-devel mailing list