Re: [FFmpeg-devel] [PATCH v4 1/6] avcodec/adpcm_ima_apm: support new extradata format

2020-06-27 Thread Zane van Iperen
On Fri, 26 Jun 2020 21:45:37 +0200 "Michael Niedermayer" wrote: > On Sat, Jun 20, 2020 at 10:59:14AM +, Zane van Iperen wrote: > > Signed-off-by: Zane van Iperen > > --- > > libavcodec/adpcm.c | 17 - > > 1 file changed, 12 insertions(+), 5 deletions(-) > > will apply >

Re: [FFmpeg-devel] [PATCH v4 1/6] avcodec/adpcm_ima_apm: support new extradata format

2020-06-26 Thread Michael Niedermayer
On Sat, Jun 20, 2020 at 10:59:14AM +, Zane van Iperen wrote: > Signed-off-by: Zane van Iperen > --- > libavcodec/adpcm.c | 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0F

[FFmpeg-devel] [PATCH v4 1/6] avcodec/adpcm_ima_apm: support new extradata format

2020-06-20 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- libavcodec/adpcm.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 79c5d625d1..4de4a23289 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -162,11 +162,18 @@ static a