On Sat,  9 Jan 2016 14:46:52 +0100
Clément Bœsch <u...@pkh.me> wrote:

> From: Clément Bœsch <clem...@stupeflix.com>
> 
> ---
> TODO
> - ass_split needs to be able to handle dialog event without "Dialogue:
>   ..." so our encoding chain can handle the sane decoded subtitles
> - zvbi needs testing
> - option sub_text_format needs to be documented and default ready to be
>   changed
> - doxy ff_ass_*
> - minor or micro lavc bump
> ---

Can I have a private option that prevents resetting readorder on flush?
In my own code, I don't want to delete the libass event list on seeks.
On the other hand, libass will use readorder to deduplicate events. So
if libavcodec outputs packets with the same readorder, they will be
incorrectly dropped.

Unfortunately it looks like this would have to be implemented in every
decoder, which is not practical.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to