On Tue, Jun 7, 2022 at 9:58 AM Jan Ekström wrote:
>
> On Fri, Jun 3, 2022 at 3:46 PM Jan Ekström wrote:
> >
> > The simplified parsing currently in `mov_write_ac3_tag` trusts the content
> > of the packets a bit too much (the AC-3 parser returns all data fed to it,
> > including any possible data
On Fri, Jun 3, 2022 at 3:46 PM Jan Ekström wrote:
>
> The simplified parsing currently in `mov_write_ac3_tag` trusts the content
> of the packets a bit too much (the AC-3 parser returns all data fed to it,
> including any possible data before the start code), while the existing E-AC-3
> logic does