Re: [FFmpeg-devel] [PATCH] sbc: do not set sample format in parser

2021-01-09 Thread James Almer
On 1/9/2021 2:52 PM, Marc Gonzalez wrote: Hello ffmpeg devs, Any comments on the patch below? Regards. Applied, thanks. On 05/01/2021 16:57, Marc Gonzalez wrote: From: Arnaud Vrac Date: Tue, 5 Jan 2021 13:47:43 +0100 Commit bdd31feec934 changed the SBC decoder to only set the output sa

Re: [FFmpeg-devel] [PATCH] sbc: do not set sample format in parser

2021-01-09 Thread Marc Gonzalez
Hello ffmpeg devs, Any comments on the patch below? Regards. On 05/01/2021 16:57, Marc Gonzalez wrote: > From: Arnaud Vrac > Date: Tue, 5 Jan 2021 13:47:43 +0100 > > Commit bdd31feec934 changed the SBC decoder to only set the output > sample format on init, instead of setting it explicitly on

[FFmpeg-devel] [PATCH] sbc: do not set sample format in parser

2021-01-05 Thread Marc Gonzalez
From: Arnaud Vrac Date: Tue, 5 Jan 2021 13:47:43 +0100 Commit bdd31feec934 changed the SBC decoder to only set the output sample format on init, instead of setting it explicitly on each frame, which is correct. But the SBC parser overrides the sample format to S16, which triggers a crash when com