Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-22 Thread Michael Niedermayer
On Sat, Aug 22, 2020 at 05:01:05PM +0300, Jan Ekström wrote: > On Sat, Aug 22, 2020 at 4:44 PM Michael Niedermayer > wrote: > > > > On Sat, Aug 22, 2020 at 02:36:09PM +0300, Jan Ekström wrote: > > > On Sat, Aug 22, 2020 at 2:17 PM Michael Niedermayer > > > wrote: > > > > > > > > On Sat, Aug 22,

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-22 Thread Jan Ekström
On Sat, Aug 22, 2020 at 4:44 PM Michael Niedermayer wrote: > > On Sat, Aug 22, 2020 at 02:36:09PM +0300, Jan Ekström wrote: > > On Sat, Aug 22, 2020 at 2:17 PM Michael Niedermayer > > wrote: > > > > > > On Sat, Aug 22, 2020 at 12:57:59AM +0300, Jan Ekström wrote: > > > > This way we can check

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-22 Thread Michael Niedermayer
On Sat, Aug 22, 2020 at 02:36:09PM +0300, Jan Ekström wrote: > On Sat, Aug 22, 2020 at 2:17 PM Michael Niedermayer > wrote: > > > > On Sat, Aug 22, 2020 at 12:57:59AM +0300, Jan Ekström wrote: > > > This way we can check that we have exactly the required things for 22.2. > > > > > > Fixes #8845 >

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-22 Thread Jan Ekström
On Sat, Aug 22, 2020 at 2:17 PM Michael Niedermayer wrote: > > On Sat, Aug 22, 2020 at 12:57:59AM +0300, Jan Ekström wrote: > > This way we can check that we have exactly the required things for 22.2. > > > > Fixes #8845 > > --- > > libavcodec/aacdec_template.c | 47

Re: [FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-22 Thread Michael Niedermayer
On Sat, Aug 22, 2020 at 12:57:59AM +0300, Jan Ekström wrote: > This way we can check that we have exactly the required things for 22.2. > > Fixes #8845 > --- > libavcodec/aacdec_template.c | 47 ++-- > 1 file changed, 45 insertions(+), 2 deletions(-) > > diff

[FFmpeg-devel] [PATCH 2/3 v2] avcodec/aacdec_template: add more checks to make sure only 22.2 gets to 22.2

2020-08-21 Thread Jan Ekström
This way we can check that we have exactly the required things for 22.2. Fixes #8845 --- libavcodec/aacdec_template.c | 47 ++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/libavcodec/aacdec_template.c b/libavcodec/aacdec_template.c index