Re: [FFmpeg-devel] [PATCH 043/281] cdxl: convert to new channel layout API

2022-01-26 Thread Anton Khirnov
Quoting James Almer (2022-01-13 02:50:05) > From: Vittorio Giovara > > Signed-off-by: Vittorio Giovara > Signed-off-by: James Almer > --- > libavformat/cdxl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/cdxl.c b/libavformat/cdxl.c > index c42e0d354

[FFmpeg-devel] [PATCH 043/281] cdxl: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: James Almer --- libavformat/cdxl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/cdxl.c b/libavformat/cdxl.c index c42e0d3545..76dc1d18c9 100644 --- a/libavformat/cdxl.c +++ b/libavforma