Re: [FFmpeg-devel] [PATCH] avcodec/adpcm: adpcm_dtk is stereo only

2024-08-12 Thread James Almer
On 8/12/2024 2:55 PM, Andreas Rheinhardt wrote: James Almer: Fixes ticket #11133 Signed-off-by: James Almer --- libavcodec/adpcm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 8d358bc414..623d33fd02 100644 --- a/libavc

Re: [FFmpeg-devel] [PATCH] avcodec/adpcm: adpcm_dtk is stereo only

2024-08-12 Thread Andreas Rheinhardt
James Almer: > Fixes ticket #11133 > > Signed-off-by: James Almer > --- > libavcodec/adpcm.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 8d358bc414..623d33fd02 100644 > --- a/libavcodec/adpcm.c > +++ b/libavcodec/a

[FFmpeg-devel] [PATCH] avcodec/adpcm: adpcm_dtk is stereo only

2024-08-12 Thread James Almer
Fixes ticket #11133 Signed-off-by: James Almer --- libavcodec/adpcm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 8d358bc414..623d33fd02 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -276,6 +276,9 @@ static a