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

2022-01-28 Thread Anton Khirnov
Quoting James Almer (2022-01-13 02:57:52) > diff --git a/libavformat/rtpdec_amr.c b/libavformat/rtpdec_amr.c > index 988b7bddfd..20b435039c 100644 > --- a/libavformat/rtpdec_amr.c > +++ b/libavformat/rtpdec_amr.c > @@ -64,11 +64,10 @@ static int amr_handle_packet(AVFormatContext *ctx, > PayloadCon

[FFmpeg-devel] [PATCH 135/281] rtp: 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/rtp.c| 10 ++ libavformat/rtpdec.c | 4 ++-- libavformat/rtpdec_amr.c | 3 +-- libavformat/rtpenc.c | 14 +++--- libavformat/rtsp.c | 6 +++--- libavformat