On Fri, Mar 20, 2020 at 6:12 PM Nicolas George <[email protected]> wrote: > > Jan Ekström (12020-03-20): > > I do wonder if this is just a case of people forgetting to set the > > flag for the relevant packets in the relevant modules? > > > > I'm not sure if all API users should be forced to handle this > > separately. If the packets are decode'able by themselves, they should > > be marked as such. > > I had the same idea, and I checked: the problem is that the subtitle > encoding API returns just a buffer of data, not a packet. With that > crappy API, this change is the best we can do. >
Just as I noticed that myself in ffmpeg.c :). In that case, yes... Until the encoding API pushes out AVPackets we can't help too much with this :/ . Consider my initial comment moot. Jan _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
