Re: [FFmpeg-devel] [PATCH 1/5] avcodec/adpcm_ima_amv: restrict to 1 channel

2020-11-02 Thread Zane van Iperen
On 2/11/20 7:48 pm, Andreas Rheinhardt wrote: > > Zane van Iperen: >> The format doesn't allow for anything else. >> >> Signed-off-by: Zane van Iperen >> --- >> libavcodec/adpcm.c | 5 - >> libavcodec/utils.c | 2 +- >> 2 files changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a

Re: [FFmpeg-devel] [PATCH 1/5] avcodec/adpcm_ima_amv: restrict to 1 channel

2020-11-02 Thread Andreas Rheinhardt
Zane van Iperen: > The format doesn't allow for anything else. > > Signed-off-by: Zane van Iperen > --- > libavcodec/adpcm.c | 5 - > libavcodec/utils.c | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 701b125c47..d3

[FFmpeg-devel] [PATCH 1/5] avcodec/adpcm_ima_amv: restrict to 1 channel

2020-11-02 Thread Zane van Iperen
The format doesn't allow for anything else. Signed-off-by: Zane van Iperen --- libavcodec/adpcm.c | 5 - libavcodec/utils.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 701b125c47..d34fd6c6e1 100644 --- a/libavcodec/adpc