Re: [FFmpeg-devel] [PATCH 1/3] avfilter/formats: Don't typedef structure a second time

2020-09-11 Thread Nicolas George
Andreas Rheinhardt (12020-09-11): > Before commit 2f76476549a01ae2c4ec2a440e4b14c5aba64869, avfilter.h > contained no typedef for AVFilterChannelLayouts; all references to it > were done using its struct tag. formats.h meanwhile contained the > definition of the struct and a typedef for it. Said co

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/formats: Don't typedef structure a second time

2020-09-11 Thread Paul B Mahol
On Fri, Sep 11, 2020 at 01:49:09AM +0200, Andreas Rheinhardt wrote: > Before commit 2f76476549a01ae2c4ec2a440e4b14c5aba64869, avfilter.h > contained no typedef for AVFilterChannelLayouts; all references to it > were done using its struct tag. formats.h meanwhile contained the > definition of the st

[FFmpeg-devel] [PATCH 1/3] avfilter/formats: Don't typedef structure a second time

2020-09-10 Thread Andreas Rheinhardt
Before commit 2f76476549a01ae2c4ec2a440e4b14c5aba64869, avfilter.h contained no typedef for AVFilterChannelLayouts; all references to it were done using its struct tag. formats.h meanwhile contained the definition of the struct and a typedef for it. Said commit now added a typedef in avfilter.h, to