I gathered as much, and indeed that is happening in libavformat/utils.c
(seek_frame_internal with AVFMT_NOGENSEARCH in my case). But the mp3 parser
keeps leading data even if freshly created. I was wondering why, maybe some
codecs need it. Anyway, my question remains: What is a format supposed t
Hi Karsten,
I believe that the parsers are seek-unaware, so you're expected to delete
and recreate (or reinit) the parsers after each seek.
Ronald
On Sun, Jun 17, 2018 at 10:56 AM, Karsten Otto wrote:
> Hi list,
>
> I have a question about mpegaudio_parser. I see that it keeps any packet
> dat