Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Paul B Mahol
On Fri, Sep 2, 2022 at 10:15 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2022-09-02 10:14:49) > > On Fri, Sep 2, 2022 at 10:04 AM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2022-09-02 10:00:22) > > > > On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov > wrote: > > > > > > > > > Quoting

Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Anton Khirnov
Quoting Paul B Mahol (2022-09-02 10:14:49) > On Fri, Sep 2, 2022 at 10:04 AM Anton Khirnov wrote: > > > Quoting Paul B Mahol (2022-09-02 10:00:22) > > > On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov wrote: > > > > > > > Quoting Paul B Mahol (2022-08-31 18:40:32) > > > > > Patch attached. > > > >

Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Paul B Mahol
On Fri, Sep 2, 2022 at 10:04 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2022-09-02 10:00:22) > > On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov wrote: > > > > > Quoting Paul B Mahol (2022-08-31 18:40:32) > > > > Patch attached. > > > > > > > > From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon

Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Anton Khirnov
Quoting Paul B Mahol (2022-09-02 10:00:22) > On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov wrote: > > > Quoting Paul B Mahol (2022-08-31 18:40:32) > > > Patch attached. > > > > > > From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon Sep 17 00:00:00 2001 > > > From: Paul B Mahol > > > Date: Wed, 31

Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Paul B Mahol
On Fri, Sep 2, 2022 at 9:27 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2022-08-31 18:40:32) > > Patch attached. > > > > From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Wed, 31 Aug 2022 18:36:04 +0200 > > Subject: [PATCH] avcodec/amr*bd

Re: [FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-09-02 Thread Anton Khirnov
Quoting Paul B Mahol (2022-08-31 18:40:32) > Patch attached. > > From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Wed, 31 Aug 2022 18:36:04 +0200 > Subject: [PATCH] avcodec/amr*bdec: return only number of consumed bytes Could mention where does

[FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes

2022-08-31 Thread Paul B Mahol
Patch attached. From c539fcd63ca339c0299029f9de1b2aff613e3da8 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 31 Aug 2022 18:36:04 +0200 Subject: [PATCH] avcodec/amr*bdec: return only number of consumed bytes Signed-off-by: Paul B Mahol --- libavcodec/amrnbdec.c | 2 +- libavcodec/amrwbd