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

2022-01-28 Thread Anton Khirnov
Quoting James Almer (2022-01-13 02:55:49) > diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c > index 349634094c..5894bb8ce2 100644 > --- a/libavformat/mov_chan.c > +++ b/libavformat/mov_chan.c > @@ -499,7 +499,7 @@ static uint32_t mov_get_channel_label(uint32_t label) > } > > uint32

[FFmpeg-devel] [PATCH 096/281] mov: convert to new channel layout API

2022-01-12 Thread James Almer
From: Vittorio Giovara Signed-off-by: Vittorio Giovara Signed-off-by: Anton Khirnov Signed-off-by: James Almer --- libavformat/isom.c | 5 +-- libavformat/mov.c | 80 +++--- libavformat/mov_chan.c | 21 +++ libavformat/mov_chan.h | 3 +-