Re: [FFmpeg-devel] [PATCH 1/4] avformat/mov_chan: check channel count at compile time by using a nonconst expression

2024-04-01 Thread Andreas Rheinhardt
Marton Balint: > If the channel tag does not match the number of channels, the constant > expression evaluation should fail. > > Signed-off-by: Marton Balint > --- > libavformat/mov_chan.c | 48 +++--- > 1 file changed, 22 insertions(+), 26 deletions(-) > >

[FFmpeg-devel] [PATCH 1/4] avformat/mov_chan: check channel count at compile time by using a nonconst expression

2024-04-01 Thread Marton Balint
If the channel tag does not match the number of channels, the constant expression evaluation should fail. Signed-off-by: Marton Balint --- libavformat/mov_chan.c | 48 +++--- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git