> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of Michael
> Niedermayer
> Sent: Friday, January 14, 2022 6:22 PM
> To: FFmpeg development discussions and patches <ffmpeg-devel@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 <softwo...@hotmail.com>
> >
> > and provide a compatibility shim for the legacy api
> >
> > Signed-off-by: softworkz <softwo...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to