On Thu, Mar 04, 2021 at 15:52:13 +0200, Jan Ekström wrote: > I... just am not so sure in this case splitting the TTML writer and > the TTML encoder from each other makes sense.
I agree. In very many cases, muxer and encoder, or demuxer and decoder are only useful together. Yet I have observed that commits to libavformat and libavcodec are usually separated. Check the addition of many other such combinations. (I think usually the codec comes first, because the muxer/demuxer uses the codec definition.) Moritz _______________________________________________ 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".