Re: [FFmpeg-devel] [PATCH 0/6] avformat/movenc: normalize on AC-3 parser usage

2022-06-09 Thread Jan Ekström
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

Re: [FFmpeg-devel] [PATCH 0/6] avformat/movenc: normalize on AC-3 parser usage

2022-06-06 Thread Jan Ekström
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