On Wed, Oct 12, 2016 at 8:50 AM, Francois Cartegnie <fcvlc...@free.fr> wrote:
> Because not every side data is handled or extracted
> internally by libav, a libavcodec user might need
> to attach some extradata and retrieve it in
> presentation order after decoding.
> Ex: active format data,
>     unhandled closed captions format
> ---

I'm not really sure about this.
If it can be handled by libavcodec, support for it should be added, if
it cannot it's not hard to record the presentation timestamp and use a
queue in the app itself.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to