Re: [FFmpeg-devel] [PATCH 1/1] libavformat/nut: Support SSA and ASS subtitles

2020-08-22 Thread Michael Niedermayer
On Fri, Aug 21, 2020 at 09:16:52PM -0700, h...@riseup.net wrote: > ffmpeg documentation says the NUT container supports SubStation Alpha > This brings actual functionality in line with documentation. > --- > libavformat/nut.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/

[FFmpeg-devel] [PATCH 1/1] libavformat/nut: Support SSA and ASS subtitles

2020-08-21 Thread hax
ffmpeg documentation says the NUT container supports SubStation Alpha This brings actual functionality in line with documentation. --- libavformat/nut.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/nut.c b/libavformat/nut.c index d6993239a3..47ed152529 100644 --- a/libavformat