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/nut.c b/libavformat/nut.c > index d6993239a3..47ed152529 100644 > --- a/libavformat/nut.c > +++ b/libavformat/nut.c > @@ -27,6 +27,8 @@ > > const AVCodecTag ff_nut_subtitle_tags[] = { > { AV_CODEC_ID_TEXT, MKTAG('U', 'T', 'F', '8') }, > + { AV_CODEC_ID_ASS, MKTAG('S', 'S', 'A', 0 ) }, > + { AV_CODEC_ID_ASS, MKTAG('A', 'S', 'S', 0 ) }, > { AV_CODEC_ID_DVD_SUBTITLE, MKTAG('D', 'V', 'D', 'S') },
hmm, looks correct so ill apply with my next git push thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein
signature.asc
Description: PGP signature
_______________________________________________ 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".