> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of
> Soft Works
> Sent: Sunday, 12 September 2021 05:21
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH v5 00/12] Subtitle Filtering
>
> v5 Update:
>
> - Merge AVSubtitle into AVFrame
> - Move FATE test adjustments to corresponding commit
> - Move documentation updates to corresponding filter commits
> - Remove mediatype parameter from av_frame_get_buffer2
This patchset provides proof that merging AVSubtitle into AVFrame
is doable and not far away to achieve. It obsoletes the need for
a "subtitle api", as that purpose will be served by the AVFrame
API. It might still make sense to add a number of functions for
dealing with AVSubtitleRect (e.g. av_subtitlerect_alloc, _free)
as these should probably be ref-counted to avoid copying.
I have added a minimal internal ref counting which serves the current
use cases, but I'm open to suggestions..
Regards,
sw
_______________________________________________
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".